diff options
author | mdejong <mdejong> | 2002-07-22 21:25:38 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-22 21:25:38 (GMT) |
commit | 09c9fe0a8e767f6769f71b996e02777a7c44c245 (patch) | |
tree | 7b1b413ea71bc06edbf8d7d2f22055d73208e5e8 /library/choosedir.tcl | |
parent | fad0ed435d992bfb98d700b8adf7931664c8ee5f (diff) | |
download | tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.zip tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.tar.gz tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.tar.bz2 |
* library/choosedir.tcl (tk::dialog::file::chooseDir):
* library/clrpick.tcl (tk::dialog::file::chooseDir):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog):
Revert [Tk patch 568278]. The transient window workaround
is no longer needed since the fix for [Tk bug 570764]
solved the problem for withdrawn transients.
Diffstat (limited to 'library/choosedir.tcl')
-rw-r--r-- | library/choosedir.tcl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/library/choosedir.tcl b/library/choosedir.tcl index 3875c7b..f52cb94 100644 --- a/library/choosedir.tcl +++ b/library/choosedir.tcl @@ -5,7 +5,7 @@ # Copyright (c) 1998-2000 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: choosedir.tcl,v 1.14 2002/06/13 06:17:21 mdejong Exp $ +# RCS: @(#) $Id: choosedir.tcl,v 1.15 2002/07/22 21:25:39 mdejong Exp $ # Make sure the tk::dialog namespace, in which all dialogs should live, exists namespace eval ::tk::dialog {} @@ -96,13 +96,6 @@ proc ::tk::dialog::file::chooseDir:: {args} { ::tk::RestoreFocusGrab $w $data(ent) withdraw - # Remove the transient property to insulate the - # dialog from changes in the master's state. - - if {[winfo exists $w]} { - wm transient $w {} - } - # Cleanup traces on selectPath variable # |