Set "homepage" of web apps to NULL, to hide the bookmarkbar

This commit is contained in:
Christian Dywan 2009-07-19 18:31:13 +02:00
parent 9ed58f553b
commit 582310203a

View file

@ -1563,6 +1563,7 @@ main (int argc,
"show-menubar", FALSE,
"show-navigationbar", TRUE,
"toolbar-items", "Back,Forward,ReloadStop,Location",
"homepage", NULL,
"show-statusbar", TRUE,
NULL);
g_object_unref (settings);