From 28bdabd9286e18d23c2b0bf3399a7b6416d30cfd Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 3 Sep 2010 00:32:48 +0200 Subject: [PATCH] Hide statusbar in app mode by default --- midori/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/main.c b/midori/main.c index a86d58ac..5f9cd151 100644 --- a/midori/main.c +++ b/midori/main.c @@ -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);