[evolution/gtk3] Use setlocale() now that gtk_set_locale() has been deprecated
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gtk3] Use setlocale() now that gtk_set_locale() has been deprecated
- Date: Sun, 26 Dec 2010 12:05:32 +0000 (UTC)
commit 4b5ec854494c4fa72d299c3fb5aaaf9d0621d38e
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sun Dec 26 13:05:10 2010 +0100
Use setlocale() now that gtk_set_locale() has been deprecated
capplet/anjal-settings-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c
index eb9ccce..3544eaa 100644
--- a/capplet/anjal-settings-main.c
+++ b/capplet/anjal-settings-main.c
@@ -240,7 +240,7 @@ main (gint argc, gchar *argv[])
textdomain (GETTEXT_PACKAGE);
#endif
- gtk_set_locale ();
+ setlocale (LC_ALL, "");
if (!gtk_init_with_args (&argc, &argv, _("Anjal email client"), entries, NULL, &error)) {
g_error ("Unable to start Anjal: %s\n", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]