Skip to content

Commit

Permalink
Fixed problem reported by Ed Greenberg about -g param not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
simhacker committed Feb 28, 2009
1 parent c39bede commit 71419f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropolis-activity/res/micropolis.tcl
Expand Up @@ -3108,7 +3108,7 @@ proc ShowSplashOf {head} {


proc WithdrawSplashOf {head} {
set win WindowLink $head.splash]
set win [WindowLink $head.splash]
if {$win != {}} {
wm withdraw $win
}
Expand Down

0 comments on commit 71419f5

Please sign in to comment.