summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-07-26 13:03:05 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-07-26 13:03:05 (GMT)
commit4a1f0034dfc4fb19946e55eb85c55978943d93b7 (patch)
tree277deba3be364d1d97a550a4d38ed1ea7618df90 /ChangeLog
parentc3574e6a659de1cae335c79d81865b60f67aea49 (diff)
downloadtk-4a1f0034dfc4fb19946e55eb85c55978943d93b7.zip
tk-4a1f0034dfc4fb19946e55eb85c55978943d93b7.tar.gz
tk-4a1f0034dfc4fb19946e55eb85c55978943d93b7.tar.bz2
Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20e58f9..7e37b51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-07-26 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * win/tkWinWm.c: Check that the parent has been mapped before
+ * tests/wm.test: calling RemapWindows. [Bug 2009788]
+
* win/tkWinWindow.c: Check for 0x prefix in sprintf %p. Bug [2026405]
2007-02-24 Jan Nijtmans <nijtmans@users.sf.net>