CVS update: gnucash/src/scm

Dave Peticolas peticolas@linas.org
Sun, 17 Jun 2001 04:47:41 -0500 (CDT)


Date:	Sunday June 17, 2001 @ 4:47
Author:	peticolas

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

Modified Files:
	main-window.scm 
Log Message:
2001-06-17  Dave Peticolas  <dave@krondo.com>

	* src/FileDialog.c (gncFileSave): save the window state on a save
	(gncFileQuerySave): don't provide cancel option when the ui can't

	* src/scm/main-window.scm (gnc:main-window-save-state): new func
	don't save state when the ui can't

	* src/gnome/window-main.c
	(gnc_main_window_can_cancel_exit): new func
	(gnc_main_window_can_save): new func
	(gnc_main_window_has_apps): new func

	* src/gnc-ui.h: add new api

	* src/gnome/top-level.c (gnc_ui_can_cancel_exit): new func