mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0024101d57
commit
40ee07bb7d
@ -1,5 +1,8 @@
|
|||||||
2005-11-25 David Hampton <hampton@employees.org>
|
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/scm/main-window.scm: Fix crash when saving files.
|
||||||
|
|
||||||
* src/report/report-gnome/gnc-plugin-page-report.c:
|
* src/report/report-gnome/gnc-plugin-page-report.c:
|
||||||
|
@ -905,13 +905,6 @@ gnc_file_save (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
gnc_add_history (session);
|
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 (" ");
|
LEAVE (" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user