mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
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:
parent
92f65b3a9e
commit
5230d798b8
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user