On Sat, 18 Oct 2008 15:33:18 -0200 "Gustavo Sverzut Barbieri"
<[EMAIL PROTECTED]> babbled:
> On Sat, Oct 18, 2008 at 1:55 AM, Enlightenment SVN
> <[EMAIL PROTECTED]> wrote:
> > Log:
> > defer recalc for faster init and changes.
>
> isnt't it possible to defer using smart "calculate" callback? Th
On Sat, Oct 18, 2008 at 1:55 AM, Enlightenment SVN
<[EMAIL PROTECTED]> wrote:
> Log:
> defer recalc for faster init and changes.
isnt't it possible to defer using smart "calculate" callback? That way
you could avoid having to keep ->changed and it's all in one place.
--
Gustavo Sverzut Barbier
Hi all,
There is logic glitch in bind() error handling logic in
ecore_con_server_add() implemented in ecore/src/lib/ecore_con/
ecore_con.c ( revision 36139 ), that results in stale unix socket not
being unlinked.
Please take a look on following conditional:
if ((type == ECORE_C