← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~cjcurran/indicator-session/translation-bug into lp:indicator-session

 

Conor Curran has proposed merging lp:~cjcurran/indicator-session/translation-bug into lp:indicator-session.

Requested reviews:
  Conor Curran (cjcurran)

For more details, see:
https://code.launchpad.net/~cjcurran/indicator-session/translation-bug/+merge/73014

fix the translation bug introduced late last night
-- 
https://code.launchpad.net/~cjcurran/indicator-session/translation-bug/+merge/73014
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'configure.ac'
--- configure.ac	2011-08-25 18:00:01 +0000
+++ configure.ac	2011-08-26 10:19:24 +0000
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-session, 0.3.3.1)
+AM_INIT_AUTOMAKE(indicator-session, 0.3.3.2)
 
 AM_MAINTAINER_MODE
 

=== modified file 'src/session-service.c'
--- src/session-service.c	2011-08-25 17:52:42 +0000
+++ src/session-service.c	2011-08-26 10:19:24 +0000
@@ -97,7 +97,7 @@
 
 	/* Setting up i18n and gettext.  Apparently, we need
 	   all of these. */
-	setlocale (LC_ALL, "C");
+	setlocale (LC_ALL, "");
 	bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
 	textdomain (GETTEXT_PACKAGE);
 


Follow ups