aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-10 16:16:34 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-10 16:16:34 +0000
commit2f385d0e87ef427782fa82f240821dc30ece57da (patch)
treec97267f4e6a6a347b516ba4d75e1247c91280447 /gui
parentac8636feaf3c1106e4c6ddd0abd2ef3aa3c8eb5b (diff)
removed m_imp.h, fixed bug in button
svn path=/trunk/externals/ggee/; revision=689
Diffstat (limited to 'gui')
-rw-r--r--gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.c b/gui/button.c
index 3360464..311f49c 100644
--- a/gui/button.c
+++ b/gui/button.c
@@ -331,7 +331,7 @@ static void *button_new(t_symbol* text)
/* pipe startup code to tk */
sys_vgui("proc button_cb%x {} {\n
- pd [concat button%x b \\;]\n
+ pd [concat button%p b \\;]\n
}\n",x,x);
outlet_new(&x->x_obj, &s_float);