diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-05 09:44:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-05 09:44:53 (GMT) |
commit | dda6e2358ef98e30c75799b489a68a0805e391b2 (patch) | |
tree | 6614253727e7042fe22d834df061463060456259 /ChangeLog | |
parent | f1906c68efe43d621b82d612cb6126ff6718f9f2 (diff) | |
download | tk-dda6e2358ef98e30c75799b489a68a0805e391b2.zip tk-dda6e2358ef98e30c75799b489a68a0805e391b2.tar.gz tk-dda6e2358ef98e30c75799b489a68a0805e391b2.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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +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. + 2010-01-04 Pat Thoyts <patthoyts@users.sourceforge.net> * library/dialog.tcl: Backported fix for tk_dialog <Return> binding |