Re: [E-devel] E SVN: quaker IN trunk/E-MODULES-EXTRA

2009-04-25 Thread Toma
Indeed. If not dealing with fonts, forget about fd. Toma. On 4/25/09, Albin Tonnerre wrote: > On Sat, Apr 25, 2009 at 04:05:01AM -0700, Enlightenment SVN wrote : >> EDJE_FLAGS = -v \ >> -id $(top_srcdir) \ >> --fd $(top_srcdir)/fonts >> +-fd $(top_srcdir) > > -fd is used to add a directory to

[E-devel] Can't load one image with evas

2009-04-25 Thread Nicolas Aguirre
Hi I try to display this image with enna, but it seems that evas can't load it. It's diplayed fine with gimp. http://digital-corner.fr/files/fcf0b9ed66e2129403d96e94c0a50123.png This image has an png extension, but seems to be a jpeg image. I had never see any issue when extension is different th

Re: [E-devel] E SVN: quaker IN trunk/E-MODULES-EXTRA

2009-04-25 Thread Albin Tonnerre
On Sat, Apr 25, 2009 at 04:05:01AM -0700, Enlightenment SVN wrote : > EDJE_FLAGS = -v \ > -id $(top_srcdir) \ > --fd $(top_srcdir)/fonts > +-fd $(top_srcdir) -fd is used to add a directory to look in for fonts. Unless I'm missing something, you no longer need it and should drop this line instead