Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Patch from Joachim Herb.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2008-07-05 20:41:21 +00:00
parent fead1da0b7
commit cfafaf8e57
+2 -1
View File
@@ -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