diff options
author | mdejong <mdejong> | 2002-06-19 20:40:54 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-06-19 20:40:54 (GMT) |
commit | 4c835938a6d9c14fb14dbea95ed9bc7a150aa3f7 (patch) | |
tree | 9a5f8d0a7289eee558dbfa3d58c0296895d729fb /ChangeLog | |
parent | 269467e7e537a5d383d8a063a27c8ece5ee3a9e9 (diff) | |
download | tk-4c835938a6d9c14fb14dbea95ed9bc7a150aa3f7.zip tk-4c835938a6d9c14fb14dbea95ed9bc7a150aa3f7.tar.gz tk-4c835938a6d9c14fb14dbea95ed9bc7a150aa3f7.tar.bz2 |
* generic/tkClipboard.c (TkClipCleanup): Add code
to set dispPtr->clipWindow to NULL, this was
accidently removed by last commit. Fixes
a crash while running the tests under win32.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-06-19 Mo DeJong <mdejong@users.sourceforge.net> + * generic/tkClipboard.c (TkClipCleanup): Add code + to set dispPtr->clipWindow to NULL, this was + accidently removed by last commit. Fixes + a crash while running the tests under win32. + +2002-06-19 Mo DeJong <mdejong@users.sourceforge.net> + * generic/tkBind.c (TkBindDeadWindow): Handle case where Tk_DestroyWindow is invoked on clipboard and send windows. |