fix needed to link

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1473 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-12-22 05:55:47 +00:00
parent 92f65b3a9e
commit 5230d798b8

View File

@ -615,8 +615,8 @@ xaccCreateTable (Table *table, GtkWidget * parent)
} }
gtk_clist_thaw(GTK_CLIST(reg)); gtk_clist_thaw(GTK_CLIST(reg));
} }
gtk_clist_set_policy(GTK_CLIST(reg), // gtk_clist_set_policy(GTK_CLIST(reg),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); // GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
gtk_clist_freeze(GTK_CLIST(reg)); gtk_clist_freeze(GTK_CLIST(reg));
for(i = num_header_rows; i < table->num_phys_rows; i++) { for(i = num_header_rows; i < table->num_phys_rows; i++) {