[Xfce4-commits] <xfburn:master> Hide toolbar by default.
David Mohr
noreply at xfce.org
Sat Jul 7 07:24:07 CEST 2012
Updating branch refs/heads/master
to 18ceada2971350aa764ae86fc2b604a874f0c7fc (commit)
from f2a066da42f04363a94bdfeb5fd4800f83c0fd19 (commit)
commit 18ceada2971350aa764ae86fc2b604a874f0c7fc
Author: David Mohr <david at mcbf.net>
Date: Sun Jun 17 10:30:20 2012 +0200
Hide toolbar 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 6a31394..a2da67e 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -625,7 +625,7 @@ xfburn_main_window_new (void)
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", 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));
+ gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), xfburn_settings_get_boolean ("show-toolbar", FALSE));
/* action = gtk_action_group_get_action (priv->action_group, "save-composition");
gtk_action_set_sensitive (GTK_ACTION (action), FALSE);*/
More information about the Xfce4-commits
mailing list