r18464 - gnucash/trunk/src - Bug #537476: Fix currency trading account preference lookup

Christian Stimming cstim at code.gnucash.org
Fri Dec 4 15:26:49 EST 2009


Author: cstim
Date: 2009-12-04 15:26:48 -0500 (Fri, 04 Dec 2009)
New Revision: 18464
Trac: http://svn.gnucash.org/trac/changeset/18464

Added:
   gnucash/trunk/src/libqof/qof/qofbookslots.h
Modified:
   gnucash/trunk/src/app-utils/app-utils.scm
   gnucash/trunk/src/business/business-utils/business-utils.scm
   gnucash/trunk/src/engine/engine.i
   gnucash/trunk/src/libqof/qof/Makefile.am
   gnucash/trunk/src/libqof/qof/qofbook.c
Log:
Bug #537476: Fix currency trading account preference lookup

Patch by Mike Alexander:

There are a few values related to the trading accounts preference that are
needed in both Scheme and C code.  Since one of them was already defined in
Scheme before I started, I defined all of them there and tried to import them
to C.  This is obviously not a good idea, especially since the make check tests
don't even fire up Guile so Scheme code isn't available.  This patch changes
things around to define the values in C and import them to Scheme.



More information about the gnucash-patches mailing list