r16806 - gnucash/trunk/src/report/report-system - Fix a couple minor missed changes in report-guid.

Andrew Sackville-West andrewsw at cvs.gnucash.org
Sat Jan 5 02:08:03 EST 2008


Author: andrewsw
Date: 2008-01-05 02:08:03 -0500 (Sat, 05 Jan 2008)
New Revision: 16806
Trac: http://svn.gnucash.org/trac/changeset/16806

Modified:
   gnucash/trunk/src/report/report-system/report.scm
Log:
Fix a couple minor missed changes in report-guid.


Modified: gnucash/trunk/src/report/report-system/report.scm
===================================================================
--- gnucash/trunk/src/report/report-system/report.scm	2008-01-05 06:42:21 UTC (rev 16805)
+++ gnucash/trunk/src/report/report-system/report.scm	2008-01-05 07:08:03 UTC (rev 16806)
@@ -197,7 +197,7 @@
 	(gnc:report-template-new-options templ)
 	#f)))
 
-(define (gnc:report-template-menu-name/report-guid template-id)
+(define (gnc:report-template-menu-name/report-guid template-id template-name)
   (let ((templ (hash-ref *gnc:_report-templates_* template-id)))
     (if templ
 	(or (gnc:report-template-menu-name templ)
@@ -231,10 +231,6 @@
 	(gnc:report-template-renderer templ)
         #f)))
 
-;; dummy function to enable backwards compatibility of newer reports
-(define (gnc:report-template-renderer/report-guid template-id template-name)
-  (gnc:report-template-renderer/name template-name))
-
 (define (gnc:report-template-new-options report-template)
   (let ((generator (gnc:report-template-options-generator report-template))
         (namer 



More information about the gnucash-changes mailing list