[Gnucash-changes] r12031 - gnucash/trunk - Shouldn't still be calling the old save state functions.

David Hampton hampton at cvs.gnucash.org
Fri Nov 25 22:02:05 EST 2005


Author: hampton
Date: 2005-11-25 22:02:05 -0500 (Fri, 25 Nov 2005)
New Revision: 12031
Trac: http://svn.gnucash.org/trac/changeset/12031

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
Shouldn't still be calling the old save state functions.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-26 02:59:56 UTC (rev 12030)
+++ gnucash/trunk/ChangeLog	2005-11-26 03:02:05 UTC (rev 12031)
@@ -1,5 +1,8 @@
 2005-11-25  David Hampton  <hampton at 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:

Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c	2005-11-26 02:59:56 UTC (rev 12030)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c	2005-11-26 03:02:05 UTC (rev 12031)
@@ -905,13 +905,6 @@
   }
 
   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 (" ");
 }
 



More information about the gnucash-changes mailing list