gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Jul 25 14:23:33 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/b78f1029 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5cc99806 (commit)
	from  https://github.com/Gnucash/gnucash/commit/54c9e836 (commit)



commit b78f10292919958830057907ebcdadfe6df8adfc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 25 11:23:06 2015 -0700

    Fix timezone exceptions on Windows XP.

commit 5cc99806d8886f948c05e097e215d7f923a1f621
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 23 17:31:49 2015 -0700

    Windows: Get default timezone if there's no default key.
    
    Windows XP doesn't provide a default key, just the TZI returned by
    GetDefaultTimeZone(), so use that instead of throwing if there's no
    default key in the registry. If GetDefaultTimeZone() files, throw: We
    can't safely read the database without a timezone.



Summary of changes:
 src/libqof/qof/gnc-timezone.cpp | 36 +++++++++++++++++++++++++++++++-----
 src/libqof/qof/gnc-timezone.hpp |  3 +++
 2 files changed, 34 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list