From: Christian Dywan Date: Sun, 19 Jul 2009 16:31:13 +0000 (+0200) Subject: Set "homepage" of web apps to NULL, to hide the bookmarkbar X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582310203a7af86fa24890e2f8e0b08d66ef0de3;p=midori Set "homepage" of web apps to NULL, to hide the bookmarkbar --- diff --git a/midori/main.c b/midori/main.c index a6718fca..22312205 100644 --- a/midori/main.c +++ b/midori/main.c @@ -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);