summaryrefslogtreecommitdiffstats
path: root/library/demos/states.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/states.tcl')
-rw-r--r--library/demos/states.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/states.tcl b/library/demos/states.tcl
index e76540d..aafa9b1 100644
--- a/library/demos/states.tcl
+++ b/library/demos/states.tcl
@@ -10,7 +10,7 @@ if {![info exists widgetDemo]} {
package require Tk
set w .states
-catch {destroy $w}
+destroy $w
toplevel $w
wm title $w "Listbox Demonstration (50 states)"
wm iconname $w "states"