AUDIT: r15496 - gnucash/trunk/src/gnome-utils - Bug#372262: create the session with the file-creation option enabled.
Josh Sled
jsled at cvs.gnucash.org
Sun Feb 4 10:04:19 EST 2007
Author: jsled
Date: 2007-02-04 10:04:18 -0500 (Sun, 04 Feb 2007)
New Revision: 15496
Trac: http://svn.gnucash.org/trac/changeset/15496
Modified:
gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
Bug#372262: create the session with the file-creation option enabled.
BP
Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c 2007-02-04 15:02:07 UTC (rev 15495)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c 2007-02-04 15:04:18 UTC (rev 15496)
@@ -889,7 +889,7 @@
/* -- this session code is NOT identical in FileOpen and FileSaveAs -- */
new_session = qof_session_new ();
- qof_session_begin (new_session, newfile, FALSE, FALSE);
+ qof_session_begin (new_session, newfile, FALSE, TRUE);
io_err = qof_session_get_error (new_session);
More information about the gnucash-changes
mailing list