diff options
author | hobbs <hobbs> | 2001-08-28 20:58:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-28 20:58:42 (GMT) |
commit | 55991e0edd4f43e955b9087fa9a0f94752aecac7 (patch) | |
tree | de7010ee584c654b9d0817e0ec08460b74eae293 /ChangeLog | |
parent | bb2e83f1a03683e1eab6fe2a31cf5c181caeee97 (diff) | |
download | tk-55991e0edd4f43e955b9087fa9a0f94752aecac7.zip tk-55991e0edd4f43e955b9087fa9a0f94752aecac7.tar.gz tk-55991e0edd4f43e955b9087fa9a0f94752aecac7.tar.bz2 |
* win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS
bug that caused crashing in tk_chooseDirectory on Win95.
[Bug #224936] (baker)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-08-28 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS + bug that caused crashing in tk_chooseDirectory on Win95. + [Bug #224936] (baker) + * unix/tkUnixWm.c (TkWmRestackToplevel): reworked how ConfigureNotify requests were handled in relation to the parent to avoid the problem with potential 'raise' delays on some wms. |