diff options
Diffstat (limited to 'scratcher~.tcl')
-rw-r--r-- | scratcher~.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scratcher~.tcl b/scratcher~.tcl index bc8ad6f..34f1909 100644 --- a/scratcher~.tcl +++ b/scratcher~.tcl @@ -14,13 +14,13 @@ proc scratcher_apply {id} { [eval concat $$var_graph_height] \ \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc scratcher_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc scratcher_ok {id} { |