summaryrefslogtreecommitdiff
path: root/xfce4-session/xfsm-shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-session/xfsm-shutdown.c')
-rw-r--r--xfce4-session/xfsm-shutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce4-session/xfsm-shutdown.c b/xfce4-session/xfsm-shutdown.c
index cde71234..4c483a74 100644
--- a/xfce4-session/xfsm-shutdown.c
+++ b/xfce4-session/xfsm-shutdown.c
@@ -284,9 +284,9 @@ xfsm_shutdown_sudo_init (XfsmShutdown *shutdown,
signal (SIGPIPE, SIG_IGN);
/* setup environment */
- xfce_setenv ("LC_ALL", "C", TRUE);
- xfce_setenv ("LANG", "C", TRUE);
- xfce_setenv ("LANGUAGE", "C", TRUE);
+ g_setenv ("LC_ALL", "C", TRUE);
+ g_setenv ("LANG", "C", TRUE);
+ g_setenv ("LANGUAGE", "C", TRUE);
/* setup the 3 standard file handles */
dup2 (child_pipe[0], STDIN_FILENO);