summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-09-11 16:12:58 (GMT)
committerdas <das>2006-09-11 16:12:58 (GMT)
commit300dcf1ffe80755d76b0a3ed40f15e8951b93fee (patch)
tree1a638eda53a3542c32fa9bfd0f1141c71bdb7a17 /ChangeLog
parente5332f0d10de25defc3a22a9b96c7cd72c7fdd3c (diff)
downloadtk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.zip
tk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.tar.gz
tk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.tar.bz2
fix logic bug in previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2500ba..cf246a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,7 +38,7 @@
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): allow mouse
event delivery to background windows with kWindowNoActivatesAttribute
(e.g. overrideredirect windows), as these never come to the foreground
- they would not receive any mouse events otherwise. [Bug 1472624]
+ they would never receive any mouse events otherwise. [Bug 1472624]
* macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): do not
send focus events to any windows with kWindowNoActivatesAttribute.