Re: [E-devel] bug with edje signal_callback_add while in signal emission

2008-12-05 Thread Gustavo Sverzut Barbieri
On Fri, Dec 5, 2008 at 8:12 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Fri, Dec 5, 2008 at 7:29 PM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: >> attached files show that edje_object_signal_callback_add() will not >> work while in signal emission. >> >> This pattern is

Re: [E-devel] bug with edje signal_callback_add while in signal emission

2008-12-05 Thread Gustavo Sverzut Barbieri
On Fri, Dec 5, 2008 at 7:29 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > attached files show that edje_object_signal_callback_add() will not > work while in signal emission. > > This pattern is often used to wait for animations to end. > > I guess the problem is with fnmatch replacemen

[E-devel] bug with edje signal_callback_add while in signal emission

2008-12-05 Thread Gustavo Sverzut Barbieri
attached files show that edje_object_signal_callback_add() will not work while in signal emission. This pattern is often used to wait for animations to end. I guess the problem is with fnmatch replacement not being invalidaded as it should. I'll look into this soon, but if someone (Cedric?) have