aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefs-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r--src/prefs-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index b47ae561f..087f061d8 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -478,6 +478,7 @@ setup_font_combo (EphyDialog *dialog,
ephy_dialog_set_pref (dialog, properties[prop].id, NULL);
gtk_combo_box_set_model (GTK_COMBO_BOX (combo), sortmodel);
+ gtk_combo_box_set_active (GTK_COMBO_BOX (combo), -1);
ephy_dialog_set_pref (dialog, properties[prop].id, key);