Re: [E-devel] E SVN: antognolli trunk/e/src/bin

2011-06-04 Thread Gustavo Sverzut Barbieri
On Sat, Jun 4, 2011 at 2:19 AM, Enlightenment SVN wrote: > > Log: > e_fm: move should compare both paths totally. > >  Comparing just until the strlen(p2) won't allow to move an inner directory to >  a parent directory. ... > +                     (strncmp(p, p2, PATH_MAX) == 0) && so just strcmp

Re: [E-devel] E SVN: antognolli trunk/e/src/bin

2011-06-04 Thread Rafael Antognolli
On Sat, Jun 4, 2011 at 6:47 AM, Gustavo Sverzut Barbieri wrote: > On Sat, Jun 4, 2011 at 2:19 AM, Enlightenment SVN > wrote: >> >> Log: >> e_fm: move should compare both paths totally. >> >>  Comparing just until the strlen(p2) won't allow to move an inner directory >> to >>  a parent directory.

Re: [E-devel] E SVN: raster IN trunk/edje/src: bin lib

2011-06-04 Thread Vincent Torri
On Sat, 4 Jun 2011, Enlightenment SVN wrote: > Log: > whover did table and box support forgot: is this considered as a bug fix or an addition of a feature ? (for backport and changelog...) Vincent > > 1. table to have min.h/v ability like box > 2. to ACTUALLY implement box h/v (and well of

[E-devel] sky.jpg missing in elementary

2011-06-04 Thread Vincent Torri
hey, i've tried to compile a fresh checkout of elm, and the installation failed as sky.jpg is requested but does not exist (it seems). It's late and i have no time nor courage to investigate, so if someone can look at that problem...) thank you Vincent --

Re: [E-devel] sky.jpg missing in elementary

2011-06-04 Thread The Rasterman
On Sun, 5 Jun 2011 00:43:56 +0200 (CEST) Vincent Torri said: works for me. its while building test.edc that it uses it and its in the same dir. its committed to svn and its in the Makefile.am... maybe something is wrong with your jpeg loader in evas? > > hey, > > i've tried to compile a fresh

Re: [E-devel] sky.jpg missing in elementary

2011-06-04 Thread Vincent Torri
On Sun, 5 Jun 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 5 Jun 2011 00:43:56 +0200 (CEST) Vincent Torri > said: > > works for me. its while building test.edc that it uses it and its in the same > dir. its committed to svn and its in the Makefile.am... maybe something is > wrong wit

Re: [E-devel] sky.jpg missing in elementary

2011-06-04 Thread Vincent Torri
On Sun, 5 Jun 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 5 Jun 2011 00:43:56 +0200 (CEST) Vincent Torri > said: > > works for me. its while building test.edc that it uses it and its in the same > dir. its committed to svn and its in the Makefile.am... maybe something is > wrong wit