more fixes to get it to compile with newign

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@661 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-18 06:52:33 +00:00
parent 9e7f90daf8
commit 799b33ebf2
2 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,7 @@
#include "messages.h"
#include "register.h"
#include "table-allgui.h"
/* utility defines for cell configuration data */
#define DATE_CELL 0
@ -368,8 +369,7 @@ void xaccInitBasicRegister (BasicRegister *reg, int type)
/* -------------------------------- */
table = xaccMallocTable ();
table -> header = header;
xaccSetCursor (table, curs);
xaccSetCursor (table, header, 0, 0, 0, 0);
reg->table = table;
}

View File

@ -41,7 +41,7 @@
#include "datecell.h"
#include "quickfillcell.h"
#include "pricecell.h"
#include "table.h"
#include "table-motif.h"
#include "recncell.h"
#include "textcell.h"