summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-05 09:40:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-05 09:40:46 (GMT)
commit9e471eb7e462d3f7acd8bb020b94999ae4ecff05 (patch)
tree94ed6c2ecb704bc3dd700c64e0531135a69e7aa4 /ChangeLog
parentaacf8d739e27f7131d0a7322da993ba8158df5e6 (diff)
downloadtk-9e471eb7e462d3f7acd8bb020b94999ae4ecff05.zip
tk-9e471eb7e462d3f7acd8bb020b94999ae4ecff05.tar.gz
tk-9e471eb7e462d3f7acd8bb020b94999ae4ecff05.tar.bz2
[Bug 220950]: Don't delete the last menu entry when it is obvious that is not
what was intended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c9ec2..4b8db2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-05 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tkMenu.c (MenuWidgetObjCmd): [Bug 220950]: Do not delete
+ menu entries if the first index to delete is explicitly after the last
+ index of existing entries.
+
* generic/tkFont.h (ROUND16): [Bug 2824916]: Use a correct rounding
* unix/tkUnixFont.c (TkpDrawAngledChars): macro for converting a
* unix/tkUnixRFont.c (TkpDrawAngledChars): double to a short. This