CVS update: gnucash/src/import-export

Benoit Gr?goire bock@linas.org
Sun, 8 Dec 2002 18:21:49 -0600 (CST)


Date:	Sunday December 8, 2002 @ 18:21
Author:	bock

Update of /home/cvs/cvsroot/gnucash/src/import-export
In directory www.linas.org:/tmp/cvs-serv9324/src/import-export

Modified Files:
	gnc-gen-transaction.c import-account-matcher.c 
	import-account-matcher.h import-main-matcher.c 
Log Message:
2002-12-8  Benoit Grégoire  <bock@step.polymtl.ca>
	* src/import-export/import-account-matcher.c,h: Add param to 
	 gnc_import_select_account():
	@param ok_pressed A pointer to gboolean.  If non-NULL, whether or
    	not the picker dialog was closed by the user pressing ok will be
    	stored in the parameter.  If no dialog was created by the  
    	gnc_import_select_account() call, TRUE is always returned.
	* src/import-export/ofx/gnc-ofx-import.c: Fix for above change.
	* src/import-export/gnc-gen-transaction.c: Take advantage of
	above change
	* src/import-export/import-main-matcher.c: Take advantage of
	above change.  Shorten the strings in the "Specific action to be
	taken" column.