Hehe yes, thanks :)
On Thu, Jul 24, 2014 at 3:31 PM, 'Terry Brown' via leo-editor < [email protected]> wrote: > On Thu, 24 Jul 2014 02:31:34 -0700 (PDT) > Fidel N <[email protected]> wrote: > > > #Replacement of your method: > > c.frame.tree.treeWidget.urlDrop = urlDrop > > c.frame.tree.treeWidget.urlDrop = types.MethodType(urlDrop, > > c.frame.tree. treeWidget.urlDrop) > > I think that should be just one assignment: > > c.frame.tree.treeWidget.urlDrop = types.MethodType( > urlDrop, c.frame.tree.treeWidget) > > Cheers -Terry > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
