make group commit symmetric

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4963 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-07-18 17:18:22 +00:00
parent 6a1864259d
commit 473f2cc8cb

View File

@ -146,8 +146,8 @@ xaccAccountGroupCommitEdit (AccountGroup *grp)
{
Account *account = node->data;
xaccAccountCommitEdit (account);
xaccAccountGroupCommitEdit (account->children);
xaccAccountCommitEdit (account);
}
}