From 64fdb009695828b788fce074135b20a5e52c5fc4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 23 Sep 2003 00:21:28 +0000 Subject: imported version 0.37-0 svn path=/trunk/; revision=1016 --- pd/src/g_array.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pd/src/g_array.c') diff --git a/pd/src/g_array.c b/pd/src/g_array.c index 2c2dfa8b..f42e913e 100644 --- a/pd/src/g_array.c +++ b/pd/src/g_array.c @@ -735,8 +735,6 @@ t_widgetbehavior garray_widgetbehavior = garray_delete, garray_vis, garray_click, - garray_save, - 0 }; /* ----------------------- public functions -------------------- */ @@ -1362,6 +1360,7 @@ void g_array_setup(void) gensym("normalize"), A_DEFFLOAT, 0); class_addmethod(garray_class, (t_method)garray_arraydialog, gensym("arraydialog"), A_SYMBOL, A_FLOAT, A_FLOAT, A_FLOAT, A_NULL); + class_setsavefn(garray_class, garray_save); } -- cgit v1.2.1