r15006 - gnucash/branches/swig-redo/src/report/standard-reports - Use '() instead of #f for the empty query object.

Chris Shoemaker chris at cvs.gnucash.org
Tue Oct 10 23:03:59 EDT 2006


Author: chris
Date: 2006-10-10 23:03:58 -0400 (Tue, 10 Oct 2006)
New Revision: 15006
Trac: http://svn.gnucash.org/trac/changeset/15006

Modified:
   gnucash/branches/swig-redo/src/report/standard-reports/register.scm
Log:
Use '() instead of #f for the empty query object.


Modified: gnucash/branches/swig-redo/src/report/standard-reports/register.scm
===================================================================
--- gnucash/branches/swig-redo/src/report/standard-reports/register.scm	2006-10-11 01:25:59 UTC (rev 15005)
+++ gnucash/branches/swig-redo/src/report/standard-reports/register.scm	2006-10-11 03:03:58 UTC (rev 15006)
@@ -246,7 +246,7 @@
     (gnc:register-option gnc:*report-options* new-option))
 
   (gnc:register-reg-option
-   (gnc:make-query-option "__reg" "query" #f))
+   (gnc:make-query-option "__reg" "query" '()))
   (gnc:register-reg-option
    (gnc:make-internal-option "__reg" "journal" #f))
   (gnc:register-reg-option



More information about the gnucash-changes mailing list