Skip to content

Commit 71419f5

Browse files
author
simhacker
committed
Fixed problem reported by Ed Greenberg about -g param not working.
1 parent c39bede commit 71419f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropolis-activity/res/micropolis.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@ proc ShowSplashOf {head} {
31083108

31093109

31103110
proc WithdrawSplashOf {head} {
3111-
set win WindowLink $head.splash]
3111+
set win [WindowLink $head.splash]
31123112
if {$win != {}} {
31133113
wm withdraw $win
31143114
}

0 commit comments

Comments
 (0)