]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a _very_ subtle segfault in my two GTK container classes: the
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Mar 2003 11:22:06 +0000 (11:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Mar 2003 11:22:06 +0000 (11:22 +0000)
commita7e6d60915ae4d538ba26e7871d9aeeffc61a237
treee4cfa31f15e8e3ba71b4a0ff850af4be3925ac81
parent823f52c5400995ed0407940af8a46efb61690aeb
Fix a _very_ subtle segfault in my two GTK container classes: the
`forall' function has to be prepared for the list of widgets to
change along the way if (for example) the callback function destroys
its input widget.

[originally from svn r3029]
unix/gtkcols.c
unix/gtkpanel.c