[Gnucash-changes] r14168 - gnucash/branches/misc-backend/src/gnome-utils - There's no need to rerun the book-saved callbacks in gnc_file_save_as()

Chris Shoemaker chris at cvs.gnucash.org
Tue May 23 23:48:01 EDT 2006


Author: chris
Date: 2006-05-23 23:48:00 -0400 (Tue, 23 May 2006)
New Revision: 14168
Trac: http://svn.gnucash.org/trac/changeset/14168

Modified:
   gnucash/branches/misc-backend/src/gnome-utils/gnc-file.c
Log:
   There's no need to rerun the book-saved callbacks in gnc_file_save_as()
   because they've already been run in gnc_file_save()


Modified: gnucash/branches/misc-backend/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/branches/misc-backend/src/gnome-utils/gnc-file.c	2006-05-24 03:44:50 UTC (rev 14167)
+++ gnucash/branches/misc-backend/src/gnome-utils/gnc-file.c	2006-05-24 03:48:00 UTC (rev 14168)
@@ -1124,7 +1124,6 @@
   save_in_progress--;
 
   g_free (newfile);
-  gnc_hook_run(HOOK_BOOK_SAVED, new_session);
   LEAVE (" ");
 }
 



More information about the gnucash-changes mailing list