summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2007-12-13 23:13:51 (GMT)
committerhobbs <hobbs@noemail.net>2007-12-13 23:13:51 (GMT)
commit2fa8685cb3a13d6ab5077b0f06983a59a6efcde1 (patch)
tree453f8a4c1e37ddb4dc0b46975cbe4518959269c6 /ChangeLog
parentc9bbd70563741a0a708211672d9c79ae698f54de (diff)
downloadtk-2fa8685cb3a13d6ab5077b0f06983a59a6efcde1.zip
tk-2fa8685cb3a13d6ab5077b0f06983a59a6efcde1.tar.gz
tk-2fa8685cb3a13d6ab5077b0f06983a59a6efcde1.tar.bz2
* generic/tkMenubutton.c (ConfigureMenuButton): trace the
-textvariable even if an image exists as it may use -compound. FossilOrigin-Name: e677ad358f4fa0ee50703cf52c9ef694c0fc7f73
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):