Hehe yes, thanks :)

On Thu, Jul 24, 2014 at 3:31 PM, 'Terry Brown' via leo-editor <
leo-editor@googlegroups.com> wrote:

> On Thu, 24 Jul 2014 02:31:34 -0700 (PDT)
> Fidel N <fidelpe...@gmail.com> 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 leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> 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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to