aboutsummaryrefslogtreecommitdiff
path: root/src/session-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-25 18:52:42 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-25 18:52:42 +0100
commit9631736c86733243e55b82b6e3f0ce2bc8489d8c (patch)
treed23d884d9420a2b2ba0b971e6f0320a6a8c73579 /src/session-service.c
parent5441c68c465cb69821e6307df24aecddbb571176 (diff)
downloadayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.tar.gz
ayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.tar.bz2
ayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.zip
fix the min users bug plus guest label utf8 issue
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);