commit | e350c840b389f645b25f00f1fa35f6ea1fec03b3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:05:57 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:05:57 2006 +0000 |
tree | 63dbfc8e4e619f68aa7c302f144bfb2e17071c76 | |
parent | ce9212f018fbd074aba7a37cef4291ebd2e428d4 [diff] [blame] |
Patch #1594554: Always close a tkSimpleDialog on ok(), even if an exception occurs.
diff --git a/Misc/NEWS b/Misc/NEWS index 6e50ed3..5b98155 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Library ------- +- Patch #1594554: Always close a tkSimpleDialog on ok(), even + if an exception occurs. + - Patch #1538878: Don't make tkSimpleDialog dialogs transient if the parent window is withdrawn.