[Xfce4-commits] <midori:master> Hide statusbar in app mode by default

Christian Dywan noreply at xfce.org
Fri Sep 3 00:52:01 CEST 2010


Updating branch refs/heads/master
         to 28bdabd9286e18d23c2b0bf3399a7b6416d30cfd (commit)
       from 91328aef2e24e3261048a9610bf95f1e4ba45d2b (commit)

commit 28bdabd9286e18d23c2b0bf3399a7b6416d30cfd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Sep 3 00:32:48 2010 +0200

    Hide statusbar in app mode by default

 midori/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index a86d58a..5f9cd15 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);



More information about the Xfce4-commits mailing list