Remove the 'Open external pages in' from Preferences
This commit is contained in:
parent
343badcc58
commit
dec42c00a8
1 changed files with 0 additions and 4 deletions
|
@ -478,10 +478,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
INDENTED_ADD (label);
|
INDENTED_ADD (label);
|
||||||
button = katze_property_proxy (settings, "open-new-pages-in", NULL);
|
button = katze_property_proxy (settings, "open-new-pages-in", NULL);
|
||||||
SPANNED_ADD (button);
|
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
|
#if !HAVE_HILDON
|
||||||
button = katze_property_proxy (settings, "always-show-tabbar", NULL);
|
button = katze_property_proxy (settings, "always-show-tabbar", NULL);
|
||||||
INDENTED_ADD (button);
|
INDENTED_ADD (button);
|
||||||
|
|
Loading…
Reference in a new issue