From 537f9433db4ff57f3d4b1aa331444eb1804a87d9 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 25 Nov 2001 10:57:45 +0000 Subject: [PATCH] fix documentation git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6057 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Account.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/engine/Account.c b/src/engine/Account.c index da69b022d9..4b6f9cf2de 100644 --- a/src/engine/Account.c +++ b/src/engine/Account.c @@ -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. */