]> spindle.queued.net Git - midori/commitdiff
Always show the tabbar by default
authorChristian Dywan <christian@twotoasts.de>
Thu, 22 Mar 2012 20:27:52 +0000 (21:27 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 22 Mar 2012 20:27:52 +0000 (21:27 +0100)
midori/midori-websettings.c

index e7a5b8285c70758eadb9f30620fc45d98fe0c776..0bd4e81bf79a1e08f4f5dc1bbc59b41015ee6e74 100644 (file)
@@ -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
                                      ));