]> spindle.queued.net Git - midori/commitdiff
Fix accidentally removed Find while Typing preference
authorChristian Dywan <christian@twotoasts.de>
Sun, 19 Apr 2009 14:47:42 +0000 (16:47 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 19 Apr 2009 14:47:42 +0000 (16:47 +0200)
midori/midori-preferences.c

index 0ca3ea3d240186980f22bd9ca534f307f9425d32..03e75bc6cc861c0d7a73e0db4da290b84816e4a5 100644 (file)
@@ -542,6 +542,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     button = katze_property_proxy (settings, "zoom-text-and-images", NULL);
     SPANNED_ADD (button, 0, 1, 4, 5);
     button = katze_property_proxy (settings, "find-while-typing", NULL);
+    SPANNED_ADD (button, 1, 2, 4, 5);
 
     /* Page "Interface" */
     PAGE_NEW (GTK_STOCK_CONVERT, _("Interface"));