mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9e7f90daf8
commit
799b33ebf2
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user