On Sun, 12 Aug 2007 02:09:46 -0400 Youness Alaoui
<[EMAIL PROTECTED]> babbled:
> Hi (first mail on the mailing list),
>
> Wouldn't it be more efficient if you only lowered the extension instead of
> the whole file. I know it's almost nothing cpu-wise, but it would still be
> useless to waste some
Hi (first mail on the mailing list),
Wouldn't it be more efficient if you only lowered the extension instead of the
whole file.
I know it's almost nothing cpu-wise, but it would still be useless to waste
some small cpu
cycles on this.
looking for the first '.' andd then lowering anything after
Build log for Enlightenment DR 0.17 on 2007-08-11 07:04:52 -0700
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
Packages with no supported build system:
eflame, esmart_rsvg, euphoria, exorcist, nexus, ruby-efl,
Packages skipped:
camE, edv
On Sat, 11 Aug 2007 18:24:15 +0200 Peter Wehrfritz <[EMAIL PROTECTED]>
babbled:
yes - as it will only be comparing a series of extenstions after the first "."
the lowering of the chars before that is harmless. this assumes the extension
is also stored in lower case too (which seems to be the case)
e16 version 0.16.8.9 is now available for download:
http://sourceforge.net/project/showfiles.php?group_id=2
e16-0.16.8.9:
- Fix edge flipping after desk switch.
- Avoid area switch when activating window that is mostly
offscreen.
- Move menus in menus.cfg to simple files.
- Add non-server-gra
Enlightenment CVS schrieb:
> Enlightenment CVS committal
>
> Author : raster
> Project : e17
> Module : libs/efreet
>
> Dir : e17/libs/efreet/src/lib
>
>
> Modified Files:
> efreet_mime.c
>
>
> Log Message:
>
>
> externsion checks should be case-insensitve.
>
>
On Saturday 11 August 2007 03:37:28 raoul wrote:
> I'm facing a problem with evas and image objects. Here it is:
> I have a jpeg file 01.jpg and if I load it with
> evas_object_image_file_set() it works. But if the file changes (ie.
> replaced by another),
> evas_object_image_file_set() on that fil