git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@923 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-03 06:02:14 +00:00
parent a77cd39a97
commit 8353387b06

View File

@ -771,7 +771,8 @@ xaccRefreshTableGUI (Table * table)
{int i;
printf (" refresh numphysrows=%d numphyscols=%d \n", table->num_phys_rows,table->num_phys_cols);
for (i=0; i<table->num_phys_rows; i++) {
printf ("cell %d color: 0x%x act:%s descr: %s \n", i, table->bg_colors[i][3], table->entries[i][2],
printf ("cell %d\tcolor: 0x%x\tact:%s\tdescr: %s \n", i,
table->bg_colors[i][3], table->entries[i][2],
table->entries[i][3]);
}}