summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-25 17:20:07 (GMT)
committerstanton <stanton>1998-06-25 17:20:07 (GMT)
commitb7356096e242b018e693ede54aca9241bf5b12af (patch)
tree82f5041ac8b6cd2056688e1276427c9806c66dab /library
parent844d007f4dec4be71d77e0b30aeebc93ad88b1bd (diff)
downloadtk-b7356096e242b018e693ede54aca9241bf5b12af.zip
tk-b7356096e242b018e693ede54aca9241bf5b12af.tar.gz
tk-b7356096e242b018e693ede54aca9241bf5b12af.tar.bz2
fixed reinitialization bugs
Diffstat (limited to 'library')
-rw-r--r--library/tkfbox.tcl21
1 files changed, 16 insertions, 5 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl
index dc0c267..52a5fb8 100644
--- a/library/tkfbox.tcl
+++ b/library/tkfbox.tcl
@@ -653,6 +653,17 @@ proc tkFDialog {args} {
} elseif {[string compare [winfo class $w] TkFDialog]} {
destroy $w
tkFDialog_Create $w
+ } else {
+ set data(dirMenuBtn) $w.f1.menu
+ set data(dirMenu) $w.f1.menu.menu
+ set data(upBtn) $w.f1.up
+ set data(icons) $w.icons
+ set data(ent) $w.f2.ent
+ set data(typeMenuLab) $w.f3.lab
+ set data(typeMenuBtn) $w.f3.menu
+ set data(typeMenu) $data(typeMenuBtn).m
+ set data(okBtn) $w.f2.ok
+ set data(cancelBtn) $w.f3.cancel
}
wm transient $w $data(-parent)
@@ -950,18 +961,18 @@ proc tkFDialog_UpdateWhenIdle {w} {
# directories.
#
proc tkFDialog_Update {w} {
- set dataName [winfo name $w]
- upvar #0 $dataName data
- global tk_library tkPriv
# This proc may be called within an idle handler. Make sure that the
# window has not been destroyed before this proc is called
if {![winfo exists $w] || [string compare [winfo class $w] TkFDialog]} {
return
- } else {
- catch {unset data(updateId)}
}
+ set dataName [winfo name $w]
+ upvar #0 $dataName data
+ global tk_library tkPriv
+ catch {unset data(updateId)}
+
set TRANSPARENT_GIF_COLOR [$w cget -bg]
if ![info exists tkPriv(folderImage)] {
set tkPriv(folderImage) [image create photo -data {