Op Fri, 12 Aug 2011 15:06:57 +0200
Boris Faure <[email protected]> schreef:

> On Fri, Aug 12, 2011 at 01:40, libernux <[email protected]> wrote:
> > Op Thu, 11 Aug 2011 13:56:09 +0200
> > libernux <[email protected]> schreef:
> >
> > To answer my own question,
> >
> > I digged a little deeper and i've found the problem:
> >
> > http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object_smart.pxi
> > -
> > 507 raise ValueError("Callback %s was not registered with event %r"
> > % 508                                  (func, e))
> >
> > What i did whas change line 507 and 508 to read:
> >
> > 507 raise ValueError("Callback %s was not registered with event
> > %r%(func,e)") 508
> This code of this function seems plain wrong. I've tried to write a
> quick untested patch as r62384. If it's totally broken, please revert
> my patch.
> 
> 

I 've tried your quick untested patch and it solves the problem!!
Thank you.
Now 1 more to go in python-elementary.
Good luck!!

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to