summaryrefslogtreecommitdiff
path: root/qrouter.tcl.in
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2015-10-13 21:29:05 -0400
committerTim Edwards <tim@opencircuitdesign.com>2015-10-13 21:29:05 -0400
commitcc4a6528b1e5ecf46785e621fb20d1b31876b9bd (patch)
tree2c6266d77041f98d5869a70348fc7cd981840b0f /qrouter.tcl.in
parentb444a3fa01283972eee8d6ad28f9754d3870de91 (diff)
Minor corrections to the last check-in, which prevented the toplevel
command from working correctly.
Diffstat (limited to 'qrouter.tcl.in')
-rw-r--r--qrouter.tcl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrouter.tcl.in b/qrouter.tcl.in
index 346defc..98e254a 100644
--- a/qrouter.tcl.in
+++ b/qrouter.tcl.in
@@ -137,7 +137,7 @@ set appname .qrouter
set appframe ${appname}.dframe
set drawwindow ${appframe}.drawing
-if {![catch toplevel ${appname}]} {
+if {![catch {toplevel ${appname}}]} {
frame ${appframe}
pack ${appframe} -side left -expand true -fill both