AUDIT: r21746 - gnucash/trunk/src/import-export - Fix typo in r21742.

Christian Stimming cstim at code.gnucash.org
Mon Dec 19 06:27:30 EST 2011


Author: cstim
Date: 2011-12-19 06:27:29 -0500 (Mon, 19 Dec 2011)
New Revision: 21746
Trac: http://svn.gnucash.org/trac/changeset/21746

Modified:
   gnucash/trunk/src/import-export/import-match-map.c
Log:
Fix typo in r21742.

BP

Modified: gnucash/trunk/src/import-export/import-match-map.c
===================================================================
--- gnucash/trunk/src/import-export/import-match-map.c	2011-12-19 01:27:03 UTC (rev 21745)
+++ gnucash/trunk/src/import-export/import-match-map.c	2011-12-19 11:27:29 UTC (rev 21746)
@@ -157,7 +157,7 @@
     xaccAccountBeginEdit (imap->acc);
     kvp_frame_set_slot_path (imap->frame, value, IMAP_FRAME, category, key, NULL);
     qof_instance_set_dirty (QOF_INSTANCE (imap->acc));
-    xaccAccountCommit (imap->acc);
+    xaccAccountCommitEdit (imap->acc);
     kvp_value_delete (value);
 
     /* XXX Mark the account (or book) as dirty! */



More information about the gnucash-changes mailing list