diff options
Diffstat (limited to 'scrolllist.tcl')
-rw-r--r-- | scrolllist.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
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} { |