Default to loading the last open pages at startup
This commit is contained in:
parent
10426983b0
commit
6d2013f16f
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
_("Load on Startup"),
|
_("Load on Startup"),
|
||||||
_("What to load on startup"),
|
_("What to load on startup"),
|
||||||
MIDORI_TYPE_STARTUP,
|
MIDORI_TYPE_STARTUP,
|
||||||
MIDORI_STARTUP_HOMEPAGE,
|
MIDORI_STARTUP_LAST_OPEN_PAGES,
|
||||||
flags));
|
flags));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
|
|
Loading…
Reference in a new issue