CVS update: gnucash/src

Dave Peticolas peticolas@linas.org
Thu, 10 May 2001 17:55:03 -0500 (CDT)


Date:	Thursday May 10, 2001 @ 17:55
Author:	peticolas

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

Modified Files:
	FileDialog.c FileDialog.h 
Log Message:
2001-05-10  Dave Peticolas  <dave@krondo.com>

	* src/scm/main-window.scm ((gnc:main-window-book-open-handler
	book-url)): restore the main window even if we can't get a
	conf-file-name.

	* src/scm/main.scm (gnc:load-account-file): if we have a file to
	open, only run book-opened-hook if file open returns false.

	* src/FileDialog.c (gncPostFileOpen): once book-closed-hook has
	been run, run book-opened-hook if opening the file fails for some
	reason.

	* src/guile/gnc.gwp: update ui-open-file api.

	* src/gnome/top-level.c (gnucash_ui_open_file): return TRUE/FALSE
	for success/failure. use gboolean instead of int for boolean
	returns.