Hide statusbar in app mode by default

This commit is contained in:
Christian Dywan 2010-09-03 00:32:48 +02:00
parent 91328aef2e
commit 28bdabd928

View 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);