[Xfce4-commits] <midori:master> Always show the tabbar by default
Christian Dywan
noreply at xfce.org
Thu Mar 22 21:32:02 CET 2012
Updating branch refs/heads/master
to 532335702a65aa354abd6c64255757af051aa0e0 (commit)
from ae7a09a0870886cabdda508c86f164a05c7ffca0 (commit)
commit 532335702a65aa354abd6c64255757af051aa0e0
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Mar 22 21:27:52 2012 +0100
Always show the tabbar by default
midori/midori-websettings.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index e7a5b82..0bd4e81 100644
--- a/midori/midori-websettings.c
+++ b/midori/midori-websettings.c
@@ -656,11 +656,10 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
"always-show-tabbar",
_("Always Show Tabbar"),
_("Always show the tabbar"),
- #ifdef HAVE_GRANITE
TRUE,
+ #ifdef HAVE_GRANITE
G_PARAM_READABLE
#else
- FALSE,
flags
#endif
));
More information about the Xfce4-commits
mailing list