gnucash maint: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Mar 20 17:54:23 EDT 2016
Updated via https://github.com/Gnucash/gnucash/commit/2059f06f (commit)
via https://github.com/Gnucash/gnucash/commit/9854876c (commit)
from https://github.com/Gnucash/gnucash/commit/dca13d62 (commit)
commit 2059f06f272a2b019a0ffc275e3514c4777a272c
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 20 15:52:07 2016 -0700
Open correct xea directory if user has worked around bug 725296
Bug 725296 reports that setting LANG=sv_SE fails to set the language.
This turns out to be an error in gettext, but it can be worked around
by setting LANG=Swedish_Sweden. That broke looking up the localized
account directory, so this special-cases "Swedish_Sweden" and
"Swedish_Finland" when looking up the account directory.
commit 9854876c702bca212d31221fba4f4126445bb25a
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 20 15:11:06 2016 -0700
OSX: Get the locale for account trees from the OS instead of setlocale().
It's possible for OSX to create locales that while legal aren't
supported by setlocale, and we have account trees for some of these.
Retrieving the locale from NSLocale ignores the fixup done in
gnucash-bin to ensure that a reasonable and supported locale is used.
Summary of changes:
src/gnome/assistant-hierarchy.c | 73 +++++++++++++++++++++++++++++++----------
1 file changed, 56 insertions(+), 17 deletions(-)
More information about the gnucash-patches
mailing list