diff options
author | jenglish <jenglish@flightlab.com> | 2003-10-15 20:04:02 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2003-10-15 20:04:02 (GMT) |
commit | 4c4b8b6c503a4f946ae7b5c6f027f26f61c3c923 (patch) | |
tree | 1ca5c0c724c3e757b0136a7cd9d8db3ac431373c /ChangeLog | |
parent | 354cb2f6a16e65c941bfd27988f05cf585b354c9 (diff) | |
download | tk-4c4b8b6c503a4f946ae7b5c6f027f26f61c3c923.zip tk-4c4b8b6c503a4f946ae7b5c6f027f26f61c3c923.tar.gz tk-4c4b8b6c503a4f946ae7b5c6f027f26f61c3c923.tar.bz2 |
Delete WM_TRANSIENT_FOR property instead of setting it to None
when making a window nontransient [Bug #632816 "cannot remove transient"]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-10-15 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixWm.c, tests/unixWm.test: Delete WM_TRANSIENT_FOR + property instead of setting it to None when making a window + nontransient [Bug #632816 "cannot remove transient"] + 2003-10-14 Joe English <jenglish@users.sourceforge.net> * unix/tkUnixPort.h(TkPutImage): changed macro argument names to match function argument names ('dest' and 'src' were |