aboutsummaryrefslogtreecommitdiff
path: root/src/session-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-25 18:58:59 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-25 18:58:59 +0100
commitae28c6c7dae6fe4112b9ce625413cc32c07ed1b4 (patch)
treed23d884d9420a2b2ba0b971e6f0320a6a8c73579 /src/session-service.c
parenta8fbf33eb06441519330210519e37be6f8e0aed2 (diff)
parent9631736c86733243e55b82b6e3f0ce2bc8489d8c (diff)
downloadayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.tar.gz
ayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.tar.bz2
ayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.zip
fixes for the min users and label on panel for guest0.3.3.1
Diffstat (limited to 'src/session-service.c')
-rw-r--r--src/session-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session-service.c b/src/session-service.c
index 753e304..e16832c 100644
--- a/src/session-service.c
+++ b/src/session-service.c
@@ -97,7 +97,7 @@ main (int argc, char ** argv)
/* Setting up i18n and gettext. Apparently, we need
all of these. */
- setlocale (LC_ALL, "");
+ setlocale (LC_ALL, "C");
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
textdomain (GETTEXT_PACKAGE);