diff options
Diffstat (limited to 'mail/balsa2/files/patch-src_main.c')
-rw-r--r-- | mail/balsa2/files/patch-src_main.c | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/balsa2/files/patch-src_main.c b/mail/balsa2/files/patch-src_main.c index b9511bc33d89..d7d48efb16aa 100644 --- a/mail/balsa2/files/patch-src_main.c +++ b/mail/balsa2/files/patch-src_main.c @@ -1,6 +1,15 @@ ---- src/main.c.orig Thu Jun 20 01:55:36 2002 -+++ src/main.c Thu Jun 20 01:52:11 2002 -@@ -336,7 +336,7 @@ +--- 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 @@ + gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, + GNOME_PARAM_POPT_TABLE, options, + GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, +- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share", ++ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome", + NULL); + } + +@@ -355,7 +355,7 @@ /* FIXME: gnome_i18n_get_language seems to have gone away; * is this a reasonable replacement? */ setlocale(LC_CTYPE, @@ -8,4 +17,4 @@ + (const char *) gnome_i18n_get_language_list("LC_CTYPE")->data); #endif - #ifdef BALSA_USE_THREADS + #ifdef HAVE_GPGME |