CVS update: gnucash/src/gnome-search

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


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

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

Modified Files:
	Makefile.am dialog-search.c dialog-search.h 
	gncmod-gnome-search.c 
Added Files:
	gnc-general-search.c gnc-general-search.h 
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.