Updating branch refs/heads/master
         to 26509e65ad1dffc3b085594fa205022862a9240b (commit)
       from 111949d08754243f044bb67e60db879575862ba1 (commit)

commit 26509e65ad1dffc3b085594fa205022862a9240b
Author: David Mohr <[email protected]>
Date:   Thu May 31 20:02:33 2012 +0200

    Do not show file browser by default

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

diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index d428f29..6a31394 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -623,7 +623,7 @@ xfburn_main_window_new (void)
 
     /* load settings */
     action = gtk_action_group_get_action (priv->action_group, 
"show-filebrowser");
-    gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), 
xfburn_settings_get_boolean ("show-filebrowser", TRUE));
+    gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), 
xfburn_settings_get_boolean ("show-filebrowser", FALSE));
     action = gtk_action_group_get_action (priv->action_group, "show-toolbar");
     gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), 
xfburn_settings_get_boolean ("show-toolbar", TRUE));
    /* action = gtk_action_group_get_action (priv->action_group, 
"save-composition");
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to