Re: [E-devel] Important change in python elementary

2009-11-26 Thread morphis
On Sun, Nov 22, 2009 at 10:28:59PM +0100, Boris 'billiob' Faure wrote: > I've committed some changes to how callbacks are handled in python elementary. > If you use it, your application is now broken, I'm sorry. However, > it's better now than letter :) > > So, what have changed? > You used to bin

Re: [E-devel] Important change in python elementary

2009-11-23 Thread Boris 'billiob' Faure
On Mon, Nov 23, 2009 at 20:00, Nicolas Cavallari wrote: > wasn't it possible to add backward compatibility, along with a > DeprecationWarning ? That would be less frustrating to users than > having all their apps broken without knowing why. I thought about it. But it would have meant that the cal

Re: [E-devel] Important change in python elementary

2009-11-23 Thread Nicolas Cavallari
Boris 'billiob' Faure a écrit : > On Mon, Nov 23, 2009 at 09:58, Vaudano Luca wrote: >> Thanks for the important info! >> Could you confirm that the change is made in the 43903 revision? >> >> Thanks >> cheers >> Luca > > It's made in both 43900 and 43903. > wasn't it possible to add backward c

Re: [E-devel] Important change in python elementary

2009-11-23 Thread Boris 'billiob' Faure
On Mon, Nov 23, 2009 at 09:58, Vaudano Luca wrote: > Thanks for the important info! > Could you confirm that the change is made in the 43903 revision? > > Thanks > cheers > Luca It's made in both 43900 and 43903. -- Boris 'billiob' Faure

Re: [E-devel] Important change in python elementary

2009-11-23 Thread Vaudano Luca
Thanks for the important info! Could you confirm that the change is made in the 43903 revision? Thanks cheers Luca On Sun, Nov 22, 2009 at 10:28 PM, Boris 'billiob' Faure wrote: > I've committed some changes to how callbacks are handled in python elementary. > If you use it, your application is

[E-devel] Important change in python elementary

2009-11-22 Thread Boris 'billiob' Faure
I've committed some changes to how callbacks are handled in python elementary. If you use it, your application is now broken, I'm sorry. However, it's better now than letter :) So, what have changed? You used to bind a callback to the "clicked" of a button this way: bt.clicked = my_func or bt.clic