Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_load.c 


Log Message:
add gif explicitely as loader, to avoid iteration over all the availabl loader 
modules

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- evas_image_load.c   18 Jul 2007 03:23:35 -0000      1.42
+++ evas_image_load.c   18 Jul 2007 09:04:30 -0000      1.43
@@ -21,7 +21,8 @@
    { "tiff", "tiff" },
    { "tif", "tiff" },
    { "svg", "svg" },
-   { "svgz", "svg" }
+   { "svgz", "svg" },
+   { "gif", "gif" }
 };
 
 EAPI int



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to