]> spindle.queued.net Git - midori/commitdiff
Remove the 'Open external pages in' from Preferences
authorChristian Dywan <christian@twotoasts.de>
Tue, 5 Oct 2010 19:24:41 +0000 (21:24 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 5 Oct 2010 19:43:34 +0000 (21:43 +0200)
midori/midori-preferences.c

index a6a84cd2c37f66e573f70cfa4177619714860af2..d620125574c9d3fc5cc332ba0fa02d7f637916d7 100644 (file)
@@ -478,10 +478,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (label);
     button = katze_property_proxy (settings, "open-new-pages-in", NULL);
     SPANNED_ADD (button);
-    label = katze_property_label (settings, "open-external-pages-in");
-    INDENTED_ADD (label);
-    button = katze_property_proxy (settings, "open-external-pages-in", NULL);
-    SPANNED_ADD (button);
     #if !HAVE_HILDON
     button = katze_property_proxy (settings, "always-show-tabbar", NULL);
     INDENTED_ADD (button);