From 582310203a7af86fa24890e2f8e0b08d66ef0de3 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 19 Jul 2009 18:31:13 +0200 Subject: [PATCH] Set "homepage" of web apps to NULL, to hide the bookmarkbar --- midori/main.c | 1 + 1 file changed, 1 insertion(+) 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);