aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-26 09:49:36 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-26 09:49:36 -0400
commit455e7e483041b4641522a477ba00ca720b3a519c (patch)
tree075a9891a540bf9f3a0d6dd91371efb2919a7615
parent52d107cad5d839603a4a24a285166d5d78742d7e (diff)
parente8375c11497e3389a935a25c229fc98c3b30cb46 (diff)
downloadayatana-indicator-session-455e7e483041b4641522a477ba00ca720b3a519c.tar.gz
ayatana-indicator-session-455e7e483041b4641522a477ba00ca720b3a519c.tar.bz2
ayatana-indicator-session-455e7e483041b4641522a477ba00ca720b3a519c.zip
Import upstream version 0.3.3.2
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--src/session-service.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b3d04dc..9bc0aba 100755
--- a/configure
+++ b/configure
@@ -2745,7 +2745,7 @@ fi
# Define the identity of the package.
PACKAGE=indicator-session
- VERSION=0.3.3.1
+ VERSION=0.3.3.2
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index 8584c96..8e5ed8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c)
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
diff --git a/src/session-service.c b/src/session-service.c
index e16832c..753e304 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, "C");
+ setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
textdomain (GETTEXT_PACKAGE);