[Xfce4-commits] <xfce4-settings:master> Stop the daemon after exiting the main loop.
Jérôme Guelfucci
noreply at xfce.org
Sat Jan 2 13:00:02 CET 2010
Updating branch refs/heads/master
to b0fa0fbf28641af4c08e86f7160a7abeacacd5a3 (commit)
from 730ac7021c9e52891052161e29eac43688a5ad31 (commit)
commit b0fa0fbf28641af4c08e86f7160a7abeacacd5a3
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Tue Nov 17 23:26:03 2009 +0100
Stop the daemon after exiting the main loop.
xfce4-settings-helper/main.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/xfce4-settings-helper/main.c b/xfce4-settings-helper/main.c
index 8dc79b4..1a37e12 100644
--- a/xfce4-settings-helper/main.c
+++ b/xfce4-settings-helper/main.c
@@ -354,6 +354,9 @@ main (gint argc, gchar **argv)
#endif
g_object_unref (G_OBJECT (workspaces_helper));
+ /* Stop the clipboard daemon */
+ gsd_clipboard_manager_stop (clipboard_daemon);
+
/* shutdown xfconf */
xfconf_shutdown ();
More information about the Xfce4-commits
mailing list