From 2fa0155ca62d735b22b7f545214a851b4f6a3f29 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Thu, 12 Jan 2023 16:33:59 +0100 Subject: [PATCH] fix inutile template procedure call --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 33da79cb..850b4cd7 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -168,7 +168,7 @@ proc inutile { {filename {}}} { inutile_read_data .inutile.text \"$filename\"" button .inutile.buttons.send -text "Template" -command " if { !\[string compare \[.inutile.text get 0.0 {end - 1 chars}\] {}\]} { - template .inutile.text $utile_path/template.stimuli}" + inutile_template .inutile.text $utile_path/template.stimuli}" label .inutile.buttons.timelab -text "time:" entry .inutile.buttons.time -width 11 pack .inutile.buttons.dismiss .inutile.buttons.code \