From 98456e7f24b42b24940c909fe56f3cb9a1332dac Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 19 Apr 2009 16:47:42 +0200 Subject: [PATCH] Fix accidentally removed Find while Typing preference --- midori/midori-preferences.c | 1 + 1 file changed, 1 insertion(+) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index 0ca3ea3d..03e75bc6 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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"));