r19238 - gnucash/trunk/src/bin - Disable enviroment_overide() when MAC_INTEGRATION is defined: It doesn't play well with App Bundles.

John Ralls jralls at code.gnucash.org
Mon Jun 7 17:45:40 EDT 2010


Author: jralls
Date: 2010-06-07 17:45:40 -0400 (Mon, 07 Jun 2010)
New Revision: 19238
Trac: http://svn.gnucash.org/trac/changeset/19238

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Disable enviroment_overide() when MAC_INTEGRATION is defined: It doesn't play well with App Bundles.

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2010-06-07 20:22:02 UTC (rev 19237)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2010-06-07 21:45:40 UTC (rev 19238)
@@ -740,8 +740,9 @@
      * The user may have configured a different language via
      * the environment file.
      */
+#ifndef MAC_INTEGRATION
     environment_override();
-
+#endif
 #ifdef HAVE_GETTEXT
     {
         gchar *localedir = gnc_path_get_localedir();



More information about the gnucash-changes mailing list