mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@701 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2f7d6a2638
commit
e93b24c9fe
@ -37,6 +37,7 @@ static void PriceSetValue (struct _BasicCell *, const char *);
|
||||
|
||||
#define DECIMAL_PT '.'
|
||||
|
||||
/* hack alert -- use color for cells as per old xacc */
|
||||
|
||||
#define SET(cell,str) { \
|
||||
if ((cell)->value) free ((cell)->value); \
|
||||
|
@ -623,7 +623,7 @@ xaccRefreshTableGUI (Table * table)
|
||||
{int i;
|
||||
printf (" refresh %d %d \n", table->num_phys_rows,table->num_phys_cols);
|
||||
for (i=0; i<table->num_phys_rows; i++) {
|
||||
printf ("cell %d %s \n", i, table->entries[i][3]);
|
||||
printf ("cell %d descr: %s \n", i, table->entries[i][3]);
|
||||
}}
|
||||
XtVaSetValues (table->table_widget, XmNrows, table->num_phys_rows,
|
||||
XmNcolumns, table->num_phys_cols,
|
||||
|
Loading…
Reference in New Issue
Block a user