[Gnucash-changes] r13377 - gnucash/trunk - Andrew Sackville-West's to pass the rignt number of arguments to

David Hampton hampton at cvs.gnucash.org
Fri Feb 24 00:13:51 EST 2006


Author: hampton
Date: 2006-02-24 00:13:51 -0500 (Fri, 24 Feb 2006)
New Revision: 13377
Trac: http://svn.gnucash.org/trac/changeset/13377

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/report/report-system/html-utilities.scm
Log:
Andrew Sackville-West's to pass the rignt number of arguments to
gnc:register-guid.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-24 04:55:51 UTC (rev 13376)
+++ gnucash/trunk/ChangeLog	2006-02-24 05:13:51 UTC (rev 13377)
@@ -1,5 +1,9 @@
 2006-02-23  David Hampton  <hampton at employees.org>
 
+	* src/report/report-system/html-utilities.scm: Andrew
+	Sackville-West's to pass the rignt number of arguments to
+	gnc:register-guid.
+
 	* src/report/report-gnome/gnc-plugin-page-report.c:
 	* src/gnome-utils/gnc-recurrence.c:
 	* src/gnome-utils/gnc-plugin-file-history.c:

Modified: gnucash/trunk/src/report/report-system/html-utilities.scm
===================================================================
--- gnucash/trunk/src/report/report-system/html-utilities.scm	2006-02-24 04:55:51 UTC (rev 13376)
+++ gnucash/trunk/src/report/report-system/html-utilities.scm	2006-02-24 05:13:51 UTC (rev 13377)
@@ -39,7 +39,7 @@
   (gnc:register-guid "split-guid=" (gnc:split-get-guid split)))
 
 (define (gnc:transaction-anchor-text trans)
-  (gnc:register-guid (gnc:transaction-get-guid trans)))
+  (gnc:register-guid "trans-guid=" (gnc:transaction-get-guid trans)))
 
 (define (gnc:report-anchor-text report-id)
   (gnc:html-build-url gnc:url-type-report



More information about the gnucash-changes mailing list