mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Send an event when two accounts are merged.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9623 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -930,6 +930,7 @@ xaccGroupMergeAccounts (AccountGroup *grp)
|
||||
node_b = node_b->prev;
|
||||
|
||||
/* remove from list -- node_a is ok, it's before node_b */
|
||||
gnc_engine_generate_event (&acc_b->guid, GNC_ID_ACCOUNT, GNC_EVENT_REMOVE);
|
||||
grp->accounts = g_list_remove (grp->accounts, acc_b);
|
||||
|
||||
xaccAccountBeginEdit (acc_b);
|
||||
|
||||
Reference in New Issue
Block a user