From a76dd2ba480e82a29b9c846415d5692b85d6d560 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 15 Sep 1998 06:20:34 +0000 Subject: [PATCH] bug fix git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1174 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/SplitLedger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SplitLedger.c b/src/SplitLedger.c index e4f98a2ecc..ded12ae794 100644 --- a/src/SplitLedger.c +++ b/src/SplitLedger.c @@ -377,7 +377,7 @@ printf ("save split is %p \n", split); /* do some reparenting. Insertion into new account will automatically * delete from the old account */ old_acc = xaccSplitGetAccount (split_to_modify); - new_acc = xaccGetAccountByName (trans, reg->xfrmCell->cell.value); + new_acc = xaccGetAccountByName (trans, reg->mxfrmCell->cell.value); xaccAccountInsertSplit (new_acc, split_to_modify); /* make sure any open windows of the old account get redrawn */