diff options
Diffstat (limited to 'mail/balsa2/files/patch-src_main.c')
-rw-r--r-- | mail/balsa2/files/patch-src_main.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/mail/balsa2/files/patch-src_main.c b/mail/balsa2/files/patch-src_main.c index d7d48efb16aa..867e938adb30 100644 --- a/mail/balsa2/files/patch-src_main.c +++ b/mail/balsa2/files/patch-src_main.c @@ -1,6 +1,6 @@ ---- src/main.c.orig Mon Mar 24 16:48:36 2003 -+++ src/main.c Sun Apr 13 01:00:36 2003 -@@ -152,7 +152,7 @@ +--- src/main.c.orig Mon Sep 15 06:45:59 2003 ++++ src/main.c Thu Oct 2 01:50:21 2003 +@@ -150,7 +150,7 @@ gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, GNOME_PARAM_POPT_TABLE, options, GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, @@ -9,12 +9,3 @@ NULL); } -@@ -355,7 +355,7 @@ - /* FIXME: gnome_i18n_get_language seems to have gone away; - * is this a reasonable replacement? */ - setlocale(LC_CTYPE, -- (const char *) gnome_i18n_get_language_list(LC_CTYPE)->data); -+ (const char *) gnome_i18n_get_language_list("LC_CTYPE")->data); - #endif - - #ifdef HAVE_GPGME |