r14655 - gnucash/branches/swigify/src/business/dialog-tax-table - Futher swigification of the dialog-tax-table module.

Chris Shoemaker chris at cvs.gnucash.org
Sat Aug 12 22:33:13 EDT 2006


Author: chris
Date: 2006-08-12 22:33:12 -0400 (Sat, 12 Aug 2006)
New Revision: 14655
Trac: http://svn.gnucash.org/trac/changeset/14655

Modified:
   gnucash/branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i
   gnucash/branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c
Log:
   Futher swigification of the dialog-tax-table module.


Modified: gnucash/branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i
===================================================================
--- gnucash/branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i	2006-08-13 02:30:56 UTC (rev 14654)
+++ gnucash/branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i	2006-08-13 02:33:12 UTC (rev 14655)
@@ -5,5 +5,4 @@
 #include <dialog-tax-table.h>
 %}
 
-/* Parse the header file to generate wrappers */
-%include <dialog-tax-table.h>
+TaxTableWindow * gnc_ui_tax_table_window_new (GNCBook *book);

Modified: gnucash/branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c
===================================================================
--- gnucash/branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c	2006-08-13 02:30:56 UTC (rev 14654)
+++ gnucash/branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c	2006-08-13 02:33:12 UTC (rev 14655)
@@ -29,7 +29,6 @@
 
 #include "gnc-module.h"
 #include "gnc-module-api.h"
-#include "gw-dialog-tax-table.h"
 
 extern SCM scm_init_sw_dialog_tax_table_module(void);
 /* version of the gnc module system interface we require */



More information about the gnucash-changes mailing list