diff options
author | chengyemao <chengyemao@noemail.net> | 2004-05-13 01:51:10 (GMT) |
---|---|---|
committer | chengyemao <chengyemao@noemail.net> | 2004-05-13 01:51:10 (GMT) |
commit | 7726b35059f62f656c9da87cb5deaab96e16e5c3 (patch) | |
tree | fd528f9b040c8e30d9fc4e219469b45d14f6324c | |
parent | 119fca71ccb3915c63da8000de4682d296c2eccd (diff) | |
download | tk-7726b35059f62f656c9da87cb5deaab96e16e5c3.zip tk-7726b35059f62f656c9da87cb5deaab96e16e5c3.tar.gz tk-7726b35059f62f656c9da87cb5deaab96e16e5c3.tar.bz2 |
Fixed a bug that caused crash due to incorrectly generating <Destroy> event
FossilOrigin-Name: 6ae5dee1353a2d95ea7ebea4c1ad55bb510d086e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-05-12 Chengye Mao <chengye.geo@yahoo.com> + * generic/tkBind.c <HandleEventGenerate>: Modified to fix wish + crach due to incorrectly generate <Destroy> event. This bug was + reported in comp.lang.tcl but not logged. + 2004-05-07 Chengye Mao <chengye.geo@yahoo.com> * win/tkWinWm.c <UpdateWrapper>: handle and destroy old wrapper correctly and fix crash problem in wish exiting [Bug 767176]. |