r18542 - gnucash/trunk/src/report/utility-reports - Load gnc-build-url from the correct file so the accounts list
Mike Alexander
mta at code.gnucash.org
Thu Dec 31 18:15:31 EST 2009
Author: mta
Date: 2009-12-31 18:15:31 -0500 (Thu, 31 Dec 2009)
New Revision: 18542
Trac: http://svn.gnucash.org/trac/changeset/18542
Modified:
gnucash/trunk/src/report/utility-reports/hello-world.scm
Log:
Load gnc-build-url from the correct file so the accounts list
option works again.
Modified: gnucash/trunk/src/report/utility-reports/hello-world.scm
===================================================================
--- gnucash/trunk/src/report/utility-reports/hello-world.scm 2009-12-31 14:41:12 UTC (rev 18541)
+++ gnucash/trunk/src/report/utility-reports/hello-world.scm 2009-12-31 23:15:31 UTC (rev 18542)
@@ -12,7 +12,7 @@
(debug-enable 'backtrace)
(gnc:module-load "gnucash/report/report-system" 0)
-(gnc:module-load "gnucash/gnome-utils" 0) ;for gnc-build-url
+(gnc:module-load "gnucash/html" 0) ;for gnc-build-url
;; This function will generate a set of options that GnuCash
;; will use to display a dialog where the user can select
More information about the gnucash-changes
mailing list