Open pages in windows on Hildon by default
This commit is contained in:
parent
996a07da52
commit
725f717ee8
1 changed files with 8 additions and 0 deletions
|
@ -753,7 +753,11 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
|||
_("Open new pages in:"),
|
||||
_("Where to open new pages"),
|
||||
MIDORI_TYPE_NEW_PAGE,
|
||||
#if HAVE_HILDON
|
||||
MIDORI_NEW_PAGE_WINDOW,
|
||||
#else
|
||||
MIDORI_NEW_PAGE_TAB,
|
||||
#endif
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
@ -763,7 +767,11 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
|||
_("Open external pages in:"),
|
||||
_("Where to open externally opened pages"),
|
||||
MIDORI_TYPE_NEW_PAGE,
|
||||
#if HAVE_HILDON
|
||||
MIDORI_NEW_PAGE_WINDOW,
|
||||
#else
|
||||
MIDORI_NEW_PAGE_TAB,
|
||||
#endif
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
|
Loading…
Reference in a new issue