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

Derek Atkins warlord@linas.org
Fri, 25 Jan 2002 16:41:45 -0600 (CST)


Date:	Friday January 25, 2002 @ 16:41
Author:	warlord

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

Modified Files:
	dialog-invoice.c dialog-order.c 
Log Message:
Fix bug: if you enter a non-existant account and hit 'ok' while still
in that cell, it would save an invalid entry.  Now it will run
the 'traverse()' code before it verifies that it can close the cell.

Move the 'verify_close' into Control.c, and remove a few unnecessary
global functions.  I.e., dont expose 'save' -- other components
should call verify_close() to perform the save.