r18449 - gnucash/trunk/src/libqof/qof - Temporarily disable currency trading accounts so that 'make check' will pass so that

Phil Longstaff plongstaff at code.gnucash.org
Sun Nov 29 14:48:21 EST 2009


Author: plongstaff
Date: 2009-11-29 14:48:21 -0500 (Sun, 29 Nov 2009)
New Revision: 18449
Trac: http://svn.gnucash.org/trac/changeset/18449

Modified:
   gnucash/trunk/src/libqof/qof/qofbook.c
Log:
Temporarily disable currency trading accounts so that 'make check' will pass so that
2.3.8 can be released.


Modified: gnucash/trunk/src/libqof/qof/qofbook.c
===================================================================
--- gnucash/trunk/src/libqof/qof/qofbook.c	2009-11-29 19:47:15 UTC (rev 18448)
+++ gnucash/trunk/src/libqof/qof/qofbook.c	2009-11-29 19:48:21 UTC (rev 18449)
@@ -452,6 +452,7 @@
 /* Determine whether this book uses trading accounts */
 gboolean qof_book_use_trading_accounts (const QofBook *book)
 {
+#if 0
     static char *options_name = NULL;
     static char *acct_section = NULL;
     static char *trading_opt = NULL;
@@ -479,6 +480,7 @@
     
     if (opt && opt[0] == 't' && opt[1] == 0)
         return TRUE;
+#endif
     return FALSE;
 }
 



More information about the gnucash-changes mailing list