Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Fri, 18 Apr 2003 10:14:57 +0100


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Fri Apr 18 2003  10:14:57 BST

Log message:
Removing items from a list box using gtk_container_remove is nasty,
because when the selected item is removed the selection moves on to
another item. Thus, calling dlg_listbox_clear causes repeated
selchanges in the list, which in turn cause repeated valchanges if
the list is attached to a combo box. This has been completely
scuppering the Translation panel.

Modified files:
    unix            : gtkdlg.c

Links:
http://cvs.tartarus.org//putty/unix/gtkdlg.c.diff?r1=1.22&r2=1.23