summaryrefslogtreecommitdiffstats
path: root/library/choosedir.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/choosedir.tcl')
-rw-r--r--library/choosedir.tcl9
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
#