r14636 - gnucash/branches/swigify/src/business/business-gnome - Disable the import of the business-gnome wrappers.

Chris Shoemaker chris at cvs.gnucash.org
Fri Aug 11 01:28:08 EDT 2006


Author: chris
Date: 2006-08-11 01:28:07 -0400 (Fri, 11 Aug 2006)
New Revision: 14636
Trac: http://svn.gnucash.org/trac/changeset/14636

Modified:
   gnucash/branches/swigify/src/business/business-gnome/businessmod-gnome.c
Log:
   Disable the import of the business-gnome wrappers.


Modified: gnucash/branches/swigify/src/business/business-gnome/businessmod-gnome.c
===================================================================
--- gnucash/branches/swigify/src/business/business-gnome/businessmod-gnome.c	2006-08-11 05:26:27 UTC (rev 14635)
+++ gnucash/branches/swigify/src/business/business-gnome/businessmod-gnome.c	2006-08-11 05:28:07 UTC (rev 14636)
@@ -35,7 +35,7 @@
 #include "gnc-hooks.h"
 #include "gnc-module.h"
 #include "gnc-module-api.h"
-#include "gw-business-gnome.h"
+//#include "gw-business-gnome.h"
 
 #include "search-core-type.h"
 #include "search-owner.h"
@@ -101,7 +101,8 @@
   //    return FALSE;
   //  }
 
-  scm_c_eval_string("(use-modules (g-wrapped gw-business-gnome))");
+  // Doesn't seem to be used:
+  //scm_c_eval_string("(use-modules (g-wrapped gw-business-gnome))");
   scm_c_eval_string("(use-modules (gnucash business-gnome))");
   scm_c_eval_string("(use-modules (gnucash report business-reports))");
 



More information about the gnucash-changes mailing list