[Xfce4-commits] <xfce4-settings:jeromeg/clipboard-daemon> Stop the daemon after exiting the main loop.
Jérôme Guelfucci
noreply at xfce.org
Thu Nov 19 00:48:05 CET 2009
Updating branch refs/heads/jeromeg/clipboard-daemon
to ed8989afa84640ad348661e08baa4be91bc9badd (commit)
from ae387f6a2f6a3d705478f09df2e1b20baaa23df8 (commit)
commit ed8989afa84640ad348661e08baa4be91bc9badd
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