Updating branch refs/heads/master
to 18ceada2971350aa764ae86fc2b604a874f0c7fc (commit)
from f2a066da42f04363a94bdfeb5fd4800f83c0fd19 (commit)
commit 18ceada2971350aa764ae86fc2b604a874f0c7fc
Author: David Mohr <[email protected]>
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);*/
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits