From c4f978186f4c3972c313907648fc5b5b6ec56a4e Mon Sep 17 00:00:00 2001 From: Brian Tarricone Date: Fri, 3 Oct 2008 22:51:22 +0000 Subject: * xfce4-session/*.[ch]: Turn XfsmManager into a GObject, and remove most of the app-global variables. This is a first step toward fixing bug 798, as well as making xfce4-session ready for a D-Bus interface. (Old svn revision: 28025) --- xfce4-session/xfsm-properties.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xfce4-session/xfsm-properties.c') diff --git a/xfce4-session/xfsm-properties.c b/xfce4-session/xfsm-properties.c index a9bf92aa..a888e73e 100644 --- a/xfce4-session/xfsm-properties.c +++ b/xfce4-session/xfsm-properties.c @@ -658,6 +658,8 @@ xfsm_properties_free (XfsmProperties *properties) { g_return_if_fail (properties != NULL); + if (properties->startup_timeout_id != 0) + g_source_remove (properties->startup_timeout_id); if (properties->client_id != NULL) g_free (properties->client_id); if (properties->hostname != NULL) -- cgit v1.2.1