r14687 - gnucash/branches/swigify/src/business - Remove unneeded SWIG wrappers. Delete a stray debugging line.

Chris Shoemaker chris at cvs.gnucash.org
Wed Aug 16 21:06:38 EDT 2006


Author: chris
Date: 2006-08-16 21:06:37 -0400 (Wed, 16 Aug 2006)
New Revision: 14687
Trac: http://svn.gnucash.org/trac/changeset/14687

Modified:
   gnucash/branches/swigify/src/business/business-gnome/business-gnome.i
   gnucash/branches/swigify/src/business/business-reports/owner-report.scm
Log:
   Remove unneeded SWIG wrappers.  Delete a stray debugging line.


Modified: gnucash/branches/swigify/src/business/business-gnome/business-gnome.i
===================================================================
--- gnucash/branches/swigify/src/business/business-gnome/business-gnome.i	2006-08-16 03:45:44 UTC (rev 14686)
+++ gnucash/branches/swigify/src/business/business-gnome/business-gnome.i	2006-08-17 01:06:37 UTC (rev 14687)
@@ -17,6 +17,7 @@
 %import "business-core.i"
 
 /* Parse the header file to generate wrappers */
+/*
 %include <business-urls.h>
 %include <dialog-billterms.h>
 %include <dialog-customer.h>
@@ -26,3 +27,4 @@
 %include <dialog-order.h>
 %include <dialog-payment.h>
 %include <dialog-vendor.h>
+*/
\ No newline at end of file

Modified: gnucash/branches/swigify/src/business/business-reports/owner-report.scm
===================================================================
--- gnucash/branches/swigify/src/business/business-reports/owner-report.scm	2006-08-16 03:45:44 UTC (rev 14686)
+++ gnucash/branches/swigify/src/business/business-reports/owner-report.scm	2006-08-17 01:06:37 UTC (rev 14687)
@@ -548,7 +548,6 @@
      ((eqv? owner-type (GNC-OWNER-CUSTOMER))
       (set! type-str (N_ "Customer")))
      ((eqv? owner-type (GNC-OWNER-VENDOR))
-      (gnc:error "got here")
       (set! type-str (N_ "Vendor")))
      ((eqv? owner-type (GNC-OWNER-EMPLOYEE))
       (set! type-str (N_ "Employee"))))



More information about the gnucash-changes mailing list