diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-10 16:16:34 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-10 16:16:34 +0000 |
commit | 2f385d0e87ef427782fa82f240821dc30ece57da (patch) | |
tree | c97267f4e6a6a347b516ba4d75e1247c91280447 /gui | |
parent | ac8636feaf3c1106e4c6ddd0abd2ef3aa3c8eb5b (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.c | 2 |
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); |