set the cell action

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@458 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-01-28 08:07:20 +00:00
parent c812c2241f
commit 1ace564780

View File

@ -1,6 +1,9 @@
/*
* FILE:
* Ledger.c
*
* FUNCTION:
* copy transaction data into ledger
*/
#include "Ledger.h"
@ -32,6 +35,7 @@ xaccLoadRegister (BasicRegister *reg, Split **slist)
xaccSetBasicCellValue (reg->dateCell, buff);
xaccSetBasicCellValue (reg->numCell, trans->num);
xaccSetBasicCellValue (reg->actionCell, split->action);
xaccSetQuickFillCellValue (reg->descCell, trans->description);
xaccSetBasicCellValue (reg->memoCell, split->memo);