r18064 - gnucash/trunk/src/gnome-utils - Fix bug #475806. Mismatch between return value (SCM_BOOL_F) and test (SCM_NULLP) to determine if

Phil Longstaff plongstaff at code.gnucash.org
Fri May 1 18:54:54 EDT 2009


Author: plongstaff
Date: 2009-05-01 18:54:53 -0400 (Fri, 01 May 2009)
New Revision: 18064
Trac: http://svn.gnucash.org/trac/changeset/18064

Modified:
   gnucash/trunk/src/gnome-utils/dialog-options.c
Log:
Fix bug #475806.  Mismatch between return value (SCM_BOOL_F) and test (SCM_NULLP) to determine if
budget is valid or not.  Changed test to "!= SCM_BOOL_F" to match the way the value is handled
for accounts.




More information about the gnucash-patches mailing list