[Xfce4-commits] <libxfce4ui:new-sm-client> actually assign sm_client_singleton to something
Brian J. Tarricone
noreply at xfce.org
Tue Oct 6 19:44:01 CEST 2009
Updating branch refs/heads/kelnos/new-sm-client
to 38c353733f277c299c008224f136eb3128694df3 (commit)
from 84cd0e06784a873e7bd3545e36658f11812bdd00 (commit)
commit 38c353733f277c299c008224f136eb3128694df3
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Tue Oct 6 10:43:38 2009 -0700
actually assign sm_client_singleton to something
libxfce4ui/xfce-sm-client.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libxfce4ui/xfce-sm-client.c b/libxfce4ui/xfce-sm-client.c
index ace857f..c12afd6 100644
--- a/libxfce4ui/xfce-sm-client.c
+++ b/libxfce4ui/xfce-sm-client.c
@@ -545,6 +545,8 @@ xfce_sm_client_constructor(GType type,
n_construct_params,
construct_params);
+ sm_client_singleton = XFCE_SM_CLIENT(obj);
+
desktop_autostart_id = g_getenv("DESKTOP_AUTOSTART_ID");
if(desktop_autostart_id) {
XfceSMClient *sm_client = XFCE_SM_CLIENT(obj);
More information about the Xfce4-commits
mailing list