[PD] [PD-announce] pd 0.45-1 released

Miller Puckette msp at ucsd.edu
Thu Aug 29 21:42:15 CEST 2013


Yep... although I made a simpler change (about to commit it...)

--- a/src/g_editor.c
+++ b/src/g_editor.c
@@ -2821,6 +2821,8 @@ void g_editor_setup(void)
         gensym("find"), A_SYMBOL, A_FLOAT, A_NULL);
     class_addmethod(canvas_class, (t_method)canvas_find_again,
         gensym("findagain"), A_NULL);
+    class_addmethod(canvas_class, (t_method)canvas_find_parent,
+        gensym("findparent"), A_NULL);
     class_addmethod(canvas_class, (t_method)canvas_done_popup,
         gensym("done-popup"), A_FLOAT, A_FLOAT, A_FLOAT, A_NULL);
     class_addmethod(canvas_class, (t_method)canvas_donecanvasdialog,
-- 

cheers
M

On Thu, Aug 29, 2013 at 09:37:51PM +0200, IOhannes m zmölnig wrote:
> On 08/29/13 19:52, Roman Haefeli wrote:
> > 
> > error: canvas: no method for 'findparent'
> > verbose(4): ... you might be able to track this down from the Find menu.
> > 
> 
> confirmed on Debian.
> 
> it seems that the "canvas_editor_for_class()"-function that adds the
> "findparent" method is not called for the "canvas" class (only for
> "array" and "scalar").
> 
> fgmadsr
> IOhannes
> 



> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list