Add a new event for when a split associated with account is changed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13779 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-14 05:37:34 +00:00
parent 5d4b4c7b22
commit 4ee1e008a8
7 changed files with 23 additions and 5 deletions

View File

@@ -220,7 +220,7 @@ void gen_event_trans (Transaction *trans)
if (account)
{
xaccGroupMarkNotSaved (account->parent);
qof_event_gen (&account->inst.entity, QOF_EVENT_MODIFY, NULL);
qof_event_gen (&account->inst.entity, GNC_EVENT_ITEM_CHANGED, s);
}
if (lot)
{