CVS update: gnucash/src
Dave Peticolas
peticolas@linas.org
Sun, 17 Jun 2001 05:23:08 -0500 (CDT)
Date: Sunday June 17, 2001 @ 5:23
Author: peticolas
Update of /home/cvs/cvsroot/gnucash/src
In directory www.linas.org:/tmp/cvs-serv7374/src
Modified Files:
Tag: gnucash-1-6-branch
FileDialog.c gnc-ui.h
Log Message:
Merge from head.
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