r17279 - gnucash/branches/2.2/src/report/report-system - [r17255] Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Christian Stimming cstim at cvs.gnucash.org
Mon Jul 7 16:57:00 EDT 2008


Author: cstim
Date: 2008-07-07 16:56:59 -0400 (Mon, 07 Jul 2008)
New Revision: 17279
Trac: http://svn.gnucash.org/trac/changeset/17279

Modified:
   gnucash/branches/2.2/src/report/report-system/html-table.scm
Log:
[r17255] Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Patch from Joachim Herb.

Originally committed by andi5.


Modified: gnucash/branches/2.2/src/report/report-system/html-table.scm
===================================================================
--- gnucash/branches/2.2/src/report/report-system/html-table.scm	2008-07-07 20:56:49 UTC (rev 17278)
+++ gnucash/branches/2.2/src/report/report-system/html-table.scm	2008-07-07 20:56:59 UTC (rev 17279)
@@ -484,7 +484,8 @@
              (rest-new (cdr newcol))
              (rest-existing (cdr existing-data))
              (rest-result (append-to-element rest-new rest-existing 
-                                             (- length-to-append 1))))
+                                             (- length-to-append 1)
+                                             width-to-make)))
           (cons (cons (widen-and-append 
                        current-existing 
                        current-new 



More information about the gnucash-changes mailing list