]> spindle.queued.net Git - midori/commitdiff
Omit Find while Typing and Open panels in Windows
authorChristian Dywan <christian@twotoasts.de>
Wed, 27 Oct 2010 19:09:19 +0000 (21:09 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 27 Oct 2010 19:09:19 +0000 (21:09 +0200)
Those preferences are presumably addressing corner cases
and not useful in most cases.

midori/midori-preferences.c

index d2220c1980970d08e5a0502b55bd7d9fac8da782..5d391aeeb4681b93836888e2d03eb966ea18bc0e 100644 (file)
@@ -431,13 +431,9 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     #if !HAVE_HILDON
     button = katze_property_proxy (settings, "enable-scripts", NULL);
     INDENTED_ADD (button);
-    button = katze_property_proxy (settings, "open-panels-in-windows", NULL);
-    SPANNED_ADD (button);
     button = katze_property_proxy (settings, "enable-plugins", NULL);
-    INDENTED_ADD (button);
-    #endif
-    button = katze_property_proxy (settings, "find-while-typing", NULL);
     SPANNED_ADD (button);
+    #endif
     button = katze_property_proxy (settings, "zoom-text-and-images", NULL);
     INDENTED_ADD (button);
     #if WEBKIT_CHECK_VERSION (1, 1, 11)