commit | bba003ef248786399aeb1aed4b0c2007b28bce56 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:42:11 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:42:11 2006 +0000 |
tree | a5738451da28aafa3505cc84a5d2fcf0dd1eaf18 | |
parent | ef5fd3e7c991feb1a712e4b791d5a2552ae09f81 [diff] [blame] |
Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS index b1cf907..4f1df73 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,8 @@ Library ------- +- Patch #1472877: Fix Tix subwidget name resolution. + - Patch #1594554: Always close a tkSimpleDialog on ok(), even if an exception occurs.