diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-05 10:13:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-05 10:13:53 (GMT) |
commit | 98b33f507291a1711c437297ee46e62bdc844bd0 (patch) | |
tree | 29412b5bbd1a0e5fc46f272ea981b7c2ceb0d0db /library/demos/rolodex | |
parent | 1e8f324bf3e3448bd0371bc5139de33f2f4a1395 (diff) | |
download | tk-98b33f507291a1711c437297ee46e62bdc844bd0.zip tk-98b33f507291a1711c437297ee46e62bdc844bd0.tar.gz tk-98b33f507291a1711c437297ee46e62bdc844bd0.tar.bz2 |
Minor fixes from wohnivec@iol.cz Thanks!
Diffstat (limited to 'library/demos/rolodex')
-rw-r--r-- | library/demos/rolodex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/rolodex b/library/demos/rolodex index 8245a67..e117edf 100644 --- a/library/demos/rolodex +++ b/library/demos/rolodex @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} +exec wish "$0" ${1+"$@"} # rolodex -- # This script was written as an entry in Tom LaStrange's rolodex @@ -8,7 +8,7 @@ exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} # feel of a rolodex program, although it's lifeless and doesn't # actually do the rolodex application. # -# RCS: @(#) $Id: rolodex,v 1.3 2001/10/30 10:17:07 dkf Exp $ +# RCS: @(#) $Id: rolodex,v 1.4 2001/11/05 10:13:53 dkf Exp $ foreach i [winfo child .] { catch {destroy $i} |