From Simon Munton as pointed out by Stephen Fisher:

patch on bug #220 (to main.c. 
the second part to packet_list.c was done separately for bug 1159 in rev 19735).  That patch fixes bug #1205 coincidentally.

svn path=/trunk/; revision=19888
This commit is contained in:
Anders Broman 2006-11-14 06:00:48 +00:00
parent f8bc3dd4a6
commit 99511df5a0
1 changed files with 4 additions and 0 deletions

View File

@ -3619,6 +3619,10 @@ main_widgets_show_or_hide(void)
} else {
gtk_widget_hide(welcome_pane);
}
/* workaround for bug in GtkCList to ensure packet list scrollbar is updated */
packet_list_freeze ();
packet_list_thaw ();
}