Enable Open external pages in unconditionally
These days we fallback to sockets if libunique isn't there.
This commit is contained in:
parent
bdf85478a3
commit
8bbc25695a
2 changed files with 0 additions and 6 deletions
|
@ -551,12 +551,10 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
INDENTED_ADD (label, 0, 1, 0, 1);
|
INDENTED_ADD (label, 0, 1, 0, 1);
|
||||||
button = katze_property_proxy (settings, "open-new-pages-in", NULL);
|
button = katze_property_proxy (settings, "open-new-pages-in", NULL);
|
||||||
FILLED_ADD (button, 1, 2, 0, 1);
|
FILLED_ADD (button, 1, 2, 0, 1);
|
||||||
#if HAVE_UNIQUE
|
|
||||||
label = katze_property_label (settings, "open-external-pages-in");
|
label = katze_property_label (settings, "open-external-pages-in");
|
||||||
INDENTED_ADD (label, 0, 1, 1, 2);
|
INDENTED_ADD (label, 0, 1, 1, 2);
|
||||||
button = katze_property_proxy (settings, "open-external-pages-in", NULL);
|
button = katze_property_proxy (settings, "open-external-pages-in", NULL);
|
||||||
FILLED_ADD (button, 1, 2, 1, 2);
|
FILLED_ADD (button, 1, 2, 1, 2);
|
||||||
#endif
|
|
||||||
button = katze_property_proxy (settings, "always-show-tabbar", NULL);
|
button = katze_property_proxy (settings, "always-show-tabbar", NULL);
|
||||||
INDENTED_ADD (button, 0, 1, 2, 3);
|
INDENTED_ADD (button, 0, 1, 2, 3);
|
||||||
button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
|
button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
|
||||||
|
|
|
@ -741,11 +741,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
_("Where to open externally opened pages"),
|
_("Where to open externally opened pages"),
|
||||||
MIDORI_TYPE_NEW_PAGE,
|
MIDORI_TYPE_NEW_PAGE,
|
||||||
MIDORI_NEW_PAGE_TAB,
|
MIDORI_NEW_PAGE_TAB,
|
||||||
#if HAVE_UNIQUE
|
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
#else
|
|
||||||
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_MIDDLE_CLICK_OPENS_SELECTION,
|
PROP_MIDDLE_CLICK_OPENS_SELECTION,
|
||||||
|
|
Loading…
Reference in a new issue