summaryrefslogtreecommitdiff
path: root/xfce4-session/sm-layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-session/sm-layer.c')
-rw-r--r--xfce4-session/sm-layer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session/sm-layer.c b/xfce4-session/sm-layer.c
index b71a986d..313172fe 100644
--- a/xfce4-session/sm-layer.c
+++ b/xfce4-session/sm-layer.c
@@ -140,7 +140,7 @@ sm_init (XfconfChannel *channel,
ice_setup_listeners (num_listeners, listen_objs, manager);
network_idlist = IceComposeNetworkIdList (num_listeners, listen_objs);
- xfce_setenv ("SESSION_MANAGER", network_idlist, TRUE);
+ g_setenv ("SESSION_MANAGER", network_idlist, TRUE);
free (network_idlist);
}