Include TabNew in the toolbar by default
This commit is contained in:
parent
d73ccf2c3f
commit
59c43d08e0
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
"toolbar-items",
|
"toolbar-items",
|
||||||
_("Toolbar Items"),
|
_("Toolbar Items"),
|
||||||
_("The items to show on the toolbar"),
|
_("The items to show on the toolbar"),
|
||||||
"Back,Forward,ReloadStop,Location,Panel,Search,Trash",
|
"TabNew,Back,Forward,ReloadStop,Location,Panel,Search,Trash",
|
||||||
flags));
|
flags));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
|
|
Loading…
Reference in a new issue