diff options
Diffstat (limited to 'mail/balsa2/patches/patch-ad')
-rw-r--r-- | mail/balsa2/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ad b/mail/balsa2/patches/patch-ad new file mode 100644 index 00000000000..35845cf2d8d --- /dev/null +++ b/mail/balsa2/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ + +--- src/main.c.orig 2003-04-26 18:03:15.000000000 +0200 ++++ src/main.c 2003-04-26 18:04:10.000000000 +0200 +@@ -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 |