Shouldn't still be calling the old save state functions.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12031 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-11-26 03:02:05 +00:00
parent 0024101d57
commit 40ee07bb7d
2 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,8 @@
2005-11-25 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-file.c: Shouldn't still be calling the old
save state functions.
* src/scm/main-window.scm: Fix crash when saving files.
* src/report/report-gnome/gnc-plugin-page-report.c:

View File

@ -905,13 +905,6 @@ gnc_file_save (void)
}
gnc_add_history (session);
/* save the main window state */
scm_call_1 (scm_c_eval_string("gnc:main-window-save-state"),
(session ?
gw_wcp_assimilate_ptr (session, scm_c_eval_string("<gnc:Session*>")) :
SCM_BOOL_F));
LEAVE (" ");
}