[E-devel] patch for edje_text

2008-03-26 Thread Adriano Rezende
I was facing a problem with edje text. When resizing the canvas to fit exactly the text size, the text simply disappeared. The attached diff fixes that issue. But since I'm not used with this code, I would like to know if there is no side effect with this change. Adriano Index: src/lib/edje_text.c

Re: [E-devel] part_swallow as embryo function in edje

2008-03-26 Thread Gustavo Sverzut Barbieri
On Wed, Mar 26, 2008 at 10:17 AM, Santiago Aguiar <[EMAIL PROTECTED]> wrote: > I changed the patch to reflect Gustavo's comments. > > I left the part table lookup to keep the compile time check (besides > most embryo wrapper functions do something similar). Would it be ok to > add a GROUP:"name"

[E-devel] Nightly build log for E17 on 2008-03-26 07:09:17 -0700

2008-03-26 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-26 07:09:17 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log engage http://download.enlightenment.org/tests/logs/engage.l

Re: [E-devel] part_swallow as embryo function in edje

2008-03-26 Thread Santiago Aguiar
I changed the patch to reflect Gustavo's comments. I left the part table lookup to keep the compile time check (besides most embryo wrapper functions do something similar). Would it be ok to add a GROUP:"name" construct to edc? -- Santiago Aguiar Edantech ? edje_part_swallow.patch Index: data