misc changes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@701 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-23 07:07:22 +00:00
parent 2f7d6a2638
commit e93b24c9fe
2 changed files with 2 additions and 1 deletions

View File

@ -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); \

View File

@ -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,