Always show the tabbar by default
This commit is contained in:
parent
ae7a09a087
commit
532335702a
1 changed files with 1 additions and 2 deletions
|
@ -656,11 +656,10 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
"always-show-tabbar",
|
"always-show-tabbar",
|
||||||
_("Always Show Tabbar"),
|
_("Always Show Tabbar"),
|
||||||
_("Always show the tabbar"),
|
_("Always show the tabbar"),
|
||||||
#ifdef HAVE_GRANITE
|
|
||||||
TRUE,
|
TRUE,
|
||||||
|
#ifdef HAVE_GRANITE
|
||||||
G_PARAM_READABLE
|
G_PARAM_READABLE
|
||||||
#else
|
#else
|
||||||
FALSE,
|
|
||||||
flags
|
flags
|
||||||
#endif
|
#endif
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue