Re: [E-devel] [PATCH] Fixing return of Eina_Bool functions in Edje.

2010-06-05 Thread The Rasterman
On Sat, 5 Jun 2010 00:39:25 -0300 Fabiano Fidêncio fiden...@profusion.mobi said: both this and edje patch - in svn :) In Elementary too ... BR, -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi -- - Codito, ergo sum - I code, therefore I am

Re: [E-devel] [PATCH] Fixing return of Eina_Bool functions in Edje.

2010-06-04 Thread Fabiano Fidêncio
In Elementary too ... BR, -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi Index: src/lib/elm_menu.c === --- src/lib/elm_menu.c (revision 49464) +++ src/lib/elm_menu.c (working copy) @@ -657,7 +657,7 @@ EAPI

[E-devel] [PATCH] Fixing return of Eina_Bool functions in Edje.

2010-06-03 Thread Fabiano Fidêncio
Changing return of Eina_Bool functions that were not EINA_TRUE or EINA_FALSE in Edje. I'll try fix it in more libs in the weekend. BR, -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi -- ThinkGeek

Re: [E-devel] [PATCH] Fixing return of Eina_Bool functions in Edje.

2010-06-03 Thread Sachiel
On Fri, Jun 4, 2010 at 1:23 PM, Fabiano Fidêncio fiden...@profusion.mobi wrote: Changing return of Eina_Bool functions that were not EINA_TRUE or EINA_FALSE in Edje. I'll try fix it in more libs in the weekend. No patch there. BR, -- Fabiano Fidêncio ProFUSION embedded systems

Re: [E-devel] [PATCH] Fixing return of Eina_Bool functions in Edje.

2010-06-03 Thread Sachiel
On Fri, Jun 4, 2010 at 2:01 PM, Fabiano Fidêncio fiden...@profusion.mobi wrote: On Fri, Jun 4, 2010 at 1:48 AM, Iván Briano (Sachiel) sachi...@gmail.com wrote: On Fri, Jun 4, 2010 at 1:23 PM, Fabiano Fidêncio fiden...@profusion.mobi wrote: Changing return of Eina_Bool functions that were not