# HG changeset patch # User Sadrul Habib Chowdhury # Date 1192859312 0 # Node ID f35b480841dcad2828515dd06c72cb9f6b10779c # Parent ae330012956f7d355134bfa57dcb9d3140ae1ad5 Readjust the column widths when a column is hidden/redisplayed. diff -r ae330012956f -r f35b480841dc finch/libgnt/gnttree.c --- a/finch/libgnt/gnttree.c Tue Oct 16 13:06:48 2007 +0000 +++ b/finch/libgnt/gnttree.c Sat Oct 20 05:48:32 2007 +0000 @@ -1775,6 +1775,7 @@ break; } } + readjust_columns(tree); } void gnt_tree_set_column_resizable(GntTree *tree, int col, gboolean res)