[Xfce4-commits] [apps/xfce4-taskmanager] 01/03: Default "Show/hide the status icon" to FALSE
noreply at xfce.org
noreply at xfce.org
Mon Dec 1 10:31:38 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit aed546d1c1ca857ea8906e7cbd21fb2234ed7e3f
Author: Landry Breuil <landry at xfce.org>
Date: Mon Dec 1 10:20:32 2014 +0100
Default "Show/hide the status icon" to FALSE
This way, the close button closes the taskmanager by default instead of hiding it
in the systray, which seems to confuse/annoy most users.
---
src/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/settings.c b/src/settings.c
index 3b9d11b..8ad5837 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -92,7 +92,7 @@ xtm_settings_class_init (XtmSettingsClass *klass)
g_object_class_install_property (class, PROP_FULL_COMMAND_LINE,
g_param_spec_boolean ("full-command-line", "FullCommandLine", "Full command line", FALSE, G_PARAM_READWRITE));
g_object_class_install_property (class, PROP_SHOW_STATUS_ICON,
- g_param_spec_boolean ("show-status-icon", "ShowStatusIcon", "Show/hide the status icon", TRUE, G_PARAM_READWRITE));
+ g_param_spec_boolean ("show-status-icon", "ShowStatusIcon", "Show/hide the status icon", FALSE, G_PARAM_READWRITE));
g_object_class_install_property (class, PROP_MONITOR_PAINT_BOX,
g_param_spec_boolean ("monitor-paint-box", "MonitorPaintBox", "Paint box around monitor", TRUE, G_PARAM_READWRITE));
g_object_class_install_property (class, PROP_SHOW_APPLICATION_ICONS,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list