diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-07 14:23:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-07 14:23:34 (GMT) |
commit | 94ee921c9a1cc92e24329bf1662aac13751fe763 (patch) | |
tree | 99a0c54004df193333f869b78f209f6f138fad17 /ChangeLog | |
parent | f339d11a14d762ffea8d324dc90f4fd57206adbe (diff) | |
parent | 7a9728f81b02f84b4d10e87ae7cfde37f65e9e79 (diff) | |
download | tk-94ee921c9a1cc92e24329bf1662aac13751fe763.zip tk-94ee921c9a1cc92e24329bf1662aac13751fe763.tar.gz tk-94ee921c9a1cc92e24329bf1662aac13751fe763.tar.bz2 |
[Bug 3574708]: Move window liveness checks to better location.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-11-07 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkFocus.c (TkSetFocusWin): [Bug 3574708]: Move window + liveness into this function from caller sites to ensure that there are + no paths where things can trip up on setting the focus to a partially + dead window. + 2012-10-24 Don Porter <dgp@users.sourceforge.net> * macosx/tkMacOSXWm.c: [Bug 3574893] Add overlooked toplevel ref |