CVS update: gnucash/src

Dave Peticolas peticolas@linas.org
Wed, 18 Apr 2001 06:11:01 -0500 (CDT)


Date:	Wednesday April 18, 2001 @ 6:11
Author:	peticolas

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

Modified Files:
	gnc-ui-util.c 
Log Message:
	* src/gnc-ui-util.c (gnc_ui_account_get_balance): use current
	stock quotes to get balances for stock/mutual/currency accounts

	* src/gnome/window-main.c: check for NULL toolbar parents

	* src/engine/sixtp-xml-write-utils.c: use new func below

	* src/engine/sixtp-dom-generators.c (timespec_sec_to_string): use
	new func below.

	* src/engine/sixtp-utils.c (timespec_secs_to_given_string): new
	func. format timezone string by hand (solaris fix)

	* src/engine/gnc-account-xml-v2.c (gnc_account_end_handler): only
	begin editing the account if parsing was successful

	* src/test/test-xml-account.c (test_add_account): don't delete
	the account, because it's referenced by the parser after the
	callback.