aboutsummaryrefslogtreecommitdiff
path: root/gui/button.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-19 05:08:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-19 05:08:12 +0000
commita1f5f9fcf0281dee93d22e5082cedfc55566dbe2 (patch)
treea41ea7c74701990e2e876adcc309fd8fbcf6f027 /gui/button.c
parent047ffd8717aba13c90fad9ef022802b89c56e7ef (diff)
port to 0.43's pdsend proc in pd-gui
svn path=/trunk/externals/ggee/; revision=15622
Diffstat (limited to 'gui/button.c')
-rw-r--r--gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.c b/gui/button.c
index 2e051b0..6f11903 100644
--- a/gui/button.c
+++ b/gui/button.c
@@ -317,7 +317,7 @@ static void *button_new(t_symbol* text)
/* pipe startup code to tk */
- sys_vgui("proc button_cb%lx {} {pd [concat %s b \\;]}\n", x, buf);
+ sys_vgui("proc button_cb%lx {} {pdsend {%s b}}\n", x, buf);
outlet_new(&x->x_obj, &s_float);
return (x);