commit | ce9212f018fbd074aba7a37cef4291ebd2e428d4 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:00:34 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 18 18:00:34 2006 +0000 |
tree | b4b2f212826ad5afcd1fa12a2579d2eef7f07843 | |
parent | 830358af099ebafe0e32fb4bcbcf931d608664b5 [diff] [blame] |
Patch #1538878: Don't make tkSimpleDialog dialogs transient if the parent window is withdrawn. This mirrors what dialog.tcl does.
diff --git a/Misc/NEWS b/Misc/NEWS index 8324a05..6e50ed3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Library ------- +- Patch #1538878: Don't make tkSimpleDialog dialogs transient if + the parent window is withdrawn. + - Patch #1360200: Use unmangled_version RPM spec field to deal with file name mangling.