[Xfce4-commits] <midori:master> Omit Find while Typing and Open panels in Windows

Christian Dywan noreply at xfce.org
Thu Oct 28 01:44:02 CEST 2010


Updating branch refs/heads/master
         to 5f0a9676b837284223f0f7e559c75f22951ac5b7 (commit)
       from bcd1ffaf098957d338ed8d0cc519fdf0d3170ff5 (commit)

commit 5f0a9676b837284223f0f7e559c75f22951ac5b7
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Oct 27 21:09:19 2010 +0200

    Omit Find while Typing and Open panels in Windows
    
    Those preferences are presumably addressing corner cases
    and not useful in most cases.

 midori/midori-preferences.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index d2220c1..5d391ae 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -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)



More information about the Xfce4-commits mailing list