summaryrefslogtreecommitdiffstats
path: root/library/demos/rolodex
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 16:17:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 16:17:47 (GMT)
commitd7b1c0dfc86c10806a92c481a75d883e1d8b1b2e (patch)
treec0555c5fb7463f97d06ed87561e6b6d94675a612 /library/demos/rolodex
parent72091d90c4ddc43beb8453173d5f3b17cdf240a9 (diff)
parent35a1e14c068ac924f1b2e74474e535cafc86f2a0 (diff)
downloadtk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.zip
tk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.tar.gz
tk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.tar.bz2
Merge 8.6
Diffstat (limited to 'library/demos/rolodex')
-rw-r--r--library/demos/rolodex2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/rolodex b/library/demos/rolodex
index f4c72ec..d82faf9 100644
--- a/library/demos/rolodex
+++ b/library/demos/rolodex
@@ -10,7 +10,7 @@ exec wish "$0" ${1+"$@"}
package require Tk
-foreach i [winfo child .] {
+foreach i [winfo children .] {
catch {destroy $i}
}