From 4af100ae51803d44af9d7e52da4f9454b4721715 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Mar 2012 15:31:25 +0000 Subject: use pdsend proc to support Pd >= 0.43 svn path=/trunk/externals/unauthorized/; revision=16049 --- scrolllist.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scrolllist.tcl') diff --git a/scrolllist.tcl b/scrolllist.tcl index 79ca61c..b971cf3 100644 --- a/scrolllist.tcl +++ b/scrolllist.tcl @@ -29,13 +29,13 @@ proc scrolllist_apply {id} { [eval concat $$var_graph_secolor] \ \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc scrolllist_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc scrolllist_ok {id} { -- cgit v1.2.1