mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bug fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6188 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1171a44984
commit
b17a9f1e18
@ -364,7 +364,7 @@ rpcend_book_load (Backend *bend)
|
||||
ag = gnc_book_get_group (be->book);
|
||||
if (!ag)
|
||||
{
|
||||
ag = xaccMallocAccountGroup ();
|
||||
ag = xaccMallocAccountGroup (book);
|
||||
gnc_book_set_group (be->book, ag);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user