From: Christian Dywan Date: Tue, 5 Oct 2010 19:24:41 +0000 (+0200) Subject: Remove the 'Open external pages in' from Preferences X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec42c00a865386be1f6219b938007bb1b55c76c;p=midori Remove the 'Open external pages in' from Preferences --- diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index a6a84cd2..d6201255 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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);