mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in r21742.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21746 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
eabb8af132
commit
4f7f700837
@ -157,7 +157,7 @@ void gnc_imap_add_account (GncImportMatchMap *imap, const char *category,
|
||||
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! */
|
||||
|
Loading…
Reference in New Issue
Block a user