CVS update: gnucash/src/business/business-gnome

Derek Atkins warlord@linas.org
Thu, 9 May 2002 15:55:24 -0500 (CDT)


Date:	Thursday May 9, 2002 @ 15:55
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/business/business-gnome
In directory www.linas.org:/tmp/cvs-serv15243/src/business/business-gnome

Modified Files:
	business-gnome.scm business-utils.c business-utils.h 
	dialog-customer.c dialog-customer.h dialog-employee.c 
	dialog-employee.h dialog-invoice.c dialog-invoice.h 
	dialog-job-select.c dialog-job-select.h dialog-job.c 
	dialog-job.h dialog-vendor.c dialog-vendor.h 
	gw-business-gnome-spec.scm 
Log Message:
	Create a new general_search widget that hooks into the search
	dialog and provides callbacks and signals for object selection.
	This fixes a lot of the nested-gtk_main() problems in the business
	code.  Still more separation to do, but MOST of the main modules
	are changed to use the new interfaces.  This is an interim commit;
	another commit will follow shortly.  The code works now, but
	dialog-order (in particular) will give you compiler warnings.