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.
>>
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
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
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.
>
> =
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
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.
-
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
>
> ==