From 2f385d0e87ef427782fa82f240821dc30ece57da Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 10 Jun 2003 16:16:34 +0000 Subject: removed m_imp.h, fixed bug in button svn path=/trunk/externals/ggee/; revision=689 --- gui/button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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); -- cgit v1.2.1