summaryrefslogtreecommitdiffstats
path: root/library/demos/goldberg.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/goldberg.tcl')
-rw-r--r--library/demos/goldberg.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/goldberg.tcl b/library/demos/goldberg.tcl
index 5a5b462..5323cce 100644
--- a/library/demos/goldberg.tcl
+++ b/library/demos/goldberg.tcl
@@ -1923,7 +1923,7 @@ proc scl {lst} {
proc PlacedDialog {w msg {labelFnt {Helvetica 10}}} {
if {[grab current] ne {}} {
- return
+ return
}
destroy $w
@@ -1954,7 +1954,7 @@ proc PlacedDialog {w msg {labelFnt {Helvetica 10}}} {
proc ClosePlacedDialog {w} {
set tl [winfo toplevel $w]
if {![winfo exists $::PlacedDialogOldFocus]} {
- set ::PlacedDialogOldFocus $tl
+ set ::PlacedDialogOldFocus $tl
}
focus $::PlacedDialogOldFocus
set ::PlacedDialogOldFocus {}