]> spindle.queued.net Git - midori/commitdiff
Hide statusbar in app mode by default
authorChristian Dywan <christian@twotoasts.de>
Thu, 2 Sep 2010 22:32:48 +0000 (00:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 2 Sep 2010 22:32:48 +0000 (00:32 +0200)
midori/main.c

index a86d58ac1c47368742f3f3e94b2464a9eafcc11b..5f9cd151916e71a7669c380b307df880ddc28a3f 100644 (file)
@@ -1752,7 +1752,7 @@ main (int    argc,
                       "show-panel", FALSE,
                       "toolbar-items", "Back,Forward,ReloadStop,Location",
                       "homepage", NULL,
-                      "show-statusbar", TRUE,
+                      "show-statusbar", FALSE,
                       "enable-developer-extras", FALSE,
                       NULL);
         g_object_set (browser, "settings", settings, NULL);