mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
trivia
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@923 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a77cd39a97
commit
8353387b06
@ -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]);
|
||||
}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user