commit | 0e64202fd7e8802fc99fff5243b06ca4602f7f94 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:42:22 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:42:22 2006 +0000 |
tree | 622de682e7ae94f4aa1282af53600689eadd1ade | |
parent | e350c840b389f645b25f00f1fa35f6ea1fec03b3 [diff] [blame] |
Patch #1472877: Fix Tix subwidget name resolution.
diff --git a/Misc/NEWS b/Misc/NEWS index 5b98155..28543f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,8 @@ Library ------- +- Patch #1472877: Fix Tix subwidget name resolution. + - Patch #1594554: Always close a tkSimpleDialog on ok(), even if an exception occurs.