From: Christian Dywan Date: Sun, 23 Aug 2009 22:22:36 +0000 (+0200) Subject: Remove Preferences Middle click opens selection and Popups in Tabs X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b31b23be4e96893c396e2bf130f71e343b44de;p=midori Remove Preferences Middle click opens selection and Popups in Tabs --- diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index ada6ad5d..02176591 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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);