aboutsummaryrefslogtreecommitdiff
path: root/list_change.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'list_change.tcl')
-rw-r--r--list_change.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/list_change.tcl b/list_change.tcl
index 562d036..13d2875 100644
--- a/list_change.tcl
+++ b/list_change.tcl
@@ -17,7 +17,8 @@ pd::class list_change {
0_list {
if {$args != $@curlist} {
set @curlist $args
- 0_bang
+ pd::outlet $self 0 list $@curlist
+ #0_bang
}
}