summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-06-19 20:40:54 (GMT)
committermdejong <mdejong>2002-06-19 20:40:54 (GMT)
commit47847c3980e18b53e64077d1ea2693d21eab324d (patch)
tree9a5f8d0a7289eee558dbfa3d58c0296895d729fb /ChangeLog
parent1c6142412deba321192988d92e09b41fe64e2fd4 (diff)
downloadtk-47847c3980e18b53e64077d1ea2693d21eab324d.zip
tk-47847c3980e18b53e64077d1ea2693d21eab324d.tar.gz
tk-47847c3980e18b53e64077d1ea2693d21eab324d.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9fc43b..8495b94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.