diff options
author | hobbs <hobbs@noemail.net> | 2007-12-13 23:13:51 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2007-12-13 23:13:51 (GMT) |
commit | 2fa8685cb3a13d6ab5077b0f06983a59a6efcde1 (patch) | |
tree | 453f8a4c1e37ddb4dc0b46975cbe4518959269c6 /ChangeLog | |
parent | c9bbd70563741a0a708211672d9c79ae698f54de (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |