Fix a _very_ subtle segfault in my two GTK container classes: the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 31 Mar 2003 11:22:06 +0000 (11:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 31 Mar 2003 11:22:06 +0000 (11:22 +0000)
commit39016687b03e6a1ffdf319f51871506de3da1e50
treee4cfa31f15e8e3ba71b4a0ff850af4be3925ac81
parent5bf9955dd5524e9b564f4d520e863b2509a56f89
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3029 cda61777-01e9-0310-a592-d414129be87e
unix/gtkcols.c
unix/gtkpanel.c