[Xfce4-commits] <midori:master> Move condition to hide tabs in app mode

Christian Dywan noreply at xfce.org
Mon Oct 29 10:46:01 CET 2012


Updating branch refs/heads/master
         to f7b4119d85c96a0ab19ea0c4dd822fd4f49018dd (commit)
       from 5fab3eb7d641645633c59e6a2d4398f4aaff68d8 (commit)

commit f7b4119d85c96a0ab19ea0c4dd822fd4f49018dd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 29 10:11:10 2012 +0100

    Move condition to hide tabs in app mode

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

diff --git a/midori/main.c b/midori/main.c
index 209ae1d..9c5cf10 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -2155,6 +2155,7 @@ main (int    argc,
                           "show-statusbar", FALSE,
                           "enable-developer-extras", FALSE,
                           NULL);
+            g_object_set (browser, "show-tabs", FALSE, NULL);
         }
 
        g_object_set (settings, "show-panel", FALSE,
@@ -2162,7 +2163,6 @@ main (int    argc,
                       NULL);
         midori_browser_set_action_visible (browser, "Panel", FALSE);
         g_object_set (browser, "settings", settings, NULL);
-        g_object_set (browser, "show-tabs", FALSE, NULL);
         midori_startup_timer ("Setup config: \t%f");
         g_object_unref (settings);
         g_signal_connect (browser, "quit",


More information about the Xfce4-commits mailing list