]> spindle.queued.net Git - midori/commitdiff
Remove Preferences Middle click opens selection and Popups in Tabs
authorChristian Dywan <christian@twotoasts.de>
Sun, 23 Aug 2009 22:22:36 +0000 (00:22 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 23 Aug 2009 22:22:36 +0000 (00:22 +0200)
midori/midori-preferences.c

index ada6ad5d2f6806ab13fdd8dff37c0446a26e4e60..02176591078053d12b04039a95828985a6958d13 100644 (file)
@@ -559,12 +559,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (button, 0, 1, 2, 3);
     button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
     INDENTED_ADD (button, 1, 2, 2, 3);
-    #if !HAVE_HILDON
-    button = katze_property_proxy (settings, "middle-click-opens-selection", NULL);
-    INDENTED_ADD (button, 0, 1, 3, 4);
-    button = katze_property_proxy (settings, "open-popups-in-tabs", NULL);
-    SPANNED_ADD (button, 1, 2, 3, 4);
-    #endif
     button = katze_property_proxy (settings, "open-tabs-next-to-current", NULL);
     WIDGET_ADD (button, 0, 1, 5, 6);
     button = katze_property_proxy (settings, "close-buttons-on-tabs", NULL);