fix documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6057 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-11-25 10:57:45 +00:00
parent 3ab6c2adeb
commit 537f9433db

View File

@ -457,7 +457,9 @@ xaccAccountCommitEdit (Account *acc)
else
{
xaccAccountBringUpToDate(acc);
xaccGroupInsertAccount(acc->parent, acc); /* resort parent group */
/* force re-sort of parent group */
xaccGroupInsertAccount(acc->parent, acc);
}
/* See if there's a backend. If there is, invoke it. */