On Fri, Aug 12, 2011 at 01:40, libernux <libernu...@gmail.com> wrote:
> Op Thu, 11 Aug 2011 13:56:09 +0200
> libernux <libernu...@gmail.com> 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.


-- 
Boris Faure

------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to