summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-13 23:13:51 (GMT)
committerhobbs <hobbs>2007-12-13 23:13:51 (GMT)
commit9fd974286cb1cb9402e5f080122f3ec6d7cf5ff0 (patch)
tree453f8a4c1e37ddb4dc0b46975cbe4518959269c6 /ChangeLog
parentf6b3b8871d886c215eb8d780664c34e2ba21b172 (diff)
downloadtk-9fd974286cb1cb9402e5f080122f3ec6d7cf5ff0.zip
tk-9fd974286cb1cb9402e5f080122f3ec6d7cf5ff0.tar.gz
tk-9fd974286cb1cb9402e5f080122f3ec6d7cf5ff0.tar.bz2
* generic/tkMenubutton.c (ConfigureMenuButton): trace the
-textvariable even if an image exists as it may use -compound.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9990e3..7c68cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-13 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkMenubutton.c (ConfigureMenuButton): trace the
+ -textvariable even if an image exists as it may use -compound.
+
2007-12-12 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag):