r15008 - gnucash/branches/swig-redo/src/gnome-utils - Load the guile module containing the swig wrappers for the gnome-utils module.

Chris Shoemaker chris at cvs.gnucash.org
Wed Oct 11 16:49:50 EDT 2006


Author: chris
Date: 2006-10-11 16:49:49 -0400 (Wed, 11 Oct 2006)
New Revision: 15008
Trac: http://svn.gnucash.org/trac/changeset/15008

Modified:
   gnucash/branches/swig-redo/src/gnome-utils/gnome-utils.scm
Log:
Load the guile module containing the swig wrappers for the gnome-utils module.


Modified: gnucash/branches/swig-redo/src/gnome-utils/gnome-utils.scm
===================================================================
--- gnucash/branches/swig-redo/src/gnome-utils/gnome-utils.scm	2006-10-11 17:09:32 UTC (rev 15007)
+++ gnucash/branches/swig-redo/src/gnome-utils/gnome-utils.scm	2006-10-11 20:49:49 UTC (rev 15008)
@@ -3,6 +3,7 @@
 (use-modules (gnucash main)) ;; FIXME: delete after we finish modularizing.
 (use-modules (gnucash gnc-module))
 
+(use-modules (sw_gnome_utils))
 (gnc:module-load "gnucash/app-utils" 0)
 
 ;; from gnc-menu-extensions.scm



More information about the gnucash-changes mailing list