[gnome-desktop/wip/locale-info: 9/11] test-languages: Fix to actually set the locale
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop/wip/locale-info: 9/11] test-languages: Fix to actually set the locale
- Date: Thu, 14 Feb 2013 09:55:06 +0000 (UTC)
commit 5ac20fec1d029e9a88383b8f541d1957b3448adc
Author: Rui Matos <tiagomatos gmail com>
Date: Mon Feb 4 19:42:05 2013 +0100
test-languages: Fix to actually set the locale
https://bugzilla.gnome.org/show_bug.cgi?id=693774
libgnome-desktop/test-languages.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-desktop/test-languages.c b/libgnome-desktop/test-languages.c
index 9de5c39..76f9cc0 100644
--- a/libgnome-desktop/test-languages.c
+++ b/libgnome-desktop/test-languages.c
@@ -12,7 +12,7 @@ int main (int argc, char **argv)
char **locales;
guint i;
- setlocale (LC_ALL, NULL);
+ setlocale (LC_ALL, "");
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
if (argc > 1) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]