CVS update: gnucash/src/gnome

Derek Atkins warlord@linas.org
Sat, 9 Nov 2002 22:42:06 -0600 (CST)


Date:	Saturday November 9, 2002 @ 22:42
Author:	warlord

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

Modified Files:
	Makefile.am dialog-new-user.c dialog-new-user.h 
Log Message:
	* gnome/dialog-new-user: don't call the qif-import-druid directly.
	  Add a callback API for the qif-import druid.  Use that callback
	  when the qif-import button is pressed.  Make the qif-import button
	  sensitive only when the qif-import module is loaded (i.e. only when
	  the callback function is non-NULL).
	* import-export/qif-import -- set the make_druid callback for the new-user
	  dialog.
	* gnome/Makefile.am -- remove dependency on qif-import library.
	* src/makefile.am -- re-order import-export after gnome
	
	* engine/Transaction.c -- allow deletion of a non-connected Splits
	  (fixes a SEGV problem)

	* engine/Account.c -- send an event whenever an account balance is updated.
	  Fixes bug # 97689