Re: [E-devel] E CVS: libs/efreet englebass

2007-09-15 Thread Sebastian Dransfeld
Vincent Torri wrote: > > > On Sat, 15 Sep 2007, Sebastian Dransfeld wrote: > >>> >>> thank you >>> >>> Vincent >> >> Sure. Have you seen all the places in the code where it checks for >> ini->data == NULL to see whether a ini file exists? if ini->data is >> always created, we have a problem. >>

Re: [E-devel] E CVS: libs/efreet englebass

2007-09-15 Thread Vincent Torri
On Sat, 15 Sep 2007, Sebastian Dransfeld wrote: >> >> thank you >> >> Vincent > > Sure. Have you seen all the places in the code where it checks for > ini->data == NULL to see whether a ini file exists? if ini->data is > always created, we have a problem. > > Please don't change the behaviour of

Re: [E-devel] E CVS: libs/efreet englebass

2007-09-15 Thread Sebastian Dransfeld
Vincent Torri wrote: > > On Fri, 14 Sep 2007, Enlightenment CVS wrote: > >> Enlightenment CVS committal >> >> Author : englebass >> Project : e17 >> Module : libs/efreet >> >> Dir : e17/libs/efreet/src/lib >> >> >> Modified Files: >> efreet_ini.c >> >> >> Log Message: >> Revert erronou

Re: [E-devel] E CVS: libs/efreet englebass

2007-09-15 Thread Vincent Torri
On Fri, 14 Sep 2007, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : englebass > Project : e17 > Module : libs/efreet > > Dir : e17/libs/efreet/src/lib > > > Modified Files: > efreet_ini.c > > > Log Message: > Revert erronous changes. > > =

Re: [E-devel] E CVS: libs/efreet englebass

2007-07-26 Thread Vincent Torri
On Thu, 26 Jul 2007, Enlightenment CVS wrote: > - If a theme has several icon types (png, xpm..) prefer the first in the > extension list. > > +- Add some ref/free tracking to check if users aren't abusing the system. > + what about adding those TODO items in bugzilla ? Vincent

Re: [E-devel] E CVS: libs/efreet englebass

2007-04-04 Thread Brian Mattern
On Wed, Apr 04, 2007 at 01:54:14PM -0500, Ravenlock wrote: > > -ext = strrchr(name, '.'); > ^ > I'm wondering if you accidentally removed the line above?? Yeah, that looks like a mistake. Committed. -

Re: [E-devel] E CVS: libs/efreet englebass

2007-04-04 Thread Ravenlock
englebass, On 04/04/2007 06:54, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : englebass > Project : e17 > Module : libs/efreet > > Dir : e17/libs/efreet/src/lib > > > Modified Files: > efreet_icon.c > > > Log Message: > Drop icons without extenstion > > ==