r15268 - gnucash/trunk/src/scm - Need to expliticly load the gnome-utils scheme code.
David Hampton
hampton at cvs.gnucash.org
Wed Dec 27 21:21:15 EST 2006
Author: hampton
Date: 2006-12-27 21:21:14 -0500 (Wed, 27 Dec 2006)
New Revision: 15268
Trac: http://svn.gnucash.org/trac/changeset/15268
Modified:
gnucash/trunk/src/scm/price-quotes.scm
Log:
Need to expliticly load the gnome-utils scheme code.
Modified: gnucash/trunk/src/scm/price-quotes.scm
===================================================================
--- gnucash/trunk/src/scm/price-quotes.scm 2006-12-27 20:47:52 UTC (rev 15267)
+++ gnucash/trunk/src/scm/price-quotes.scm 2006-12-28 02:21:14 UTC (rev 15268)
@@ -30,8 +30,8 @@
(use-modules (gnucash main)) ;; FIXME: delete after we finish modularizing.
(use-modules (gnucash gnc-module))
(use-modules (gnucash core-utils))
-(use-modules (sw_gnome_utils)) ;; for gnucash-ui-is-running
+(gnc:module-load "gnucash/gnome-utils" 0) ;; for gnucash-ui-is-running
(gnc:module-load "gnucash/app-utils" 0)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
More information about the gnucash-changes
mailing list