summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-09-11 16:12:57 (GMT)
committerdas <das@noemail.net>2006-09-11 16:12:57 (GMT)
commite6a26652de58b2cdb57b8b5c19884e14fa21a828 (patch)
tree1a638eda53a3542c32fa9bfd0f1141c71bdb7a17 /ChangeLog
parent2ffcc463523973782a037e657e8e419b5d7d9c68 (diff)
downloadtk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.zip
tk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.tar.gz
tk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.tar.bz2
fix logic bug in previous commit
FossilOrigin-Name: 8f372f48067d166b6b7cede68b5e07234bba8b1d
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.