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