Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_browsing.c 


Log Message:

Add support for bmp images.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_browsing.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ephoto_browsing.c   4 Apr 2006 18:16:41 -0000       1.17
+++ ephoto_browsing.c   5 Apr 2006 01:49:24 -0000       1.18
@@ -140,7 +140,13 @@
                        if ( fnmatch("*.[Jj][Pp][Ee][Gg]", pathw, 0) == 0 ) {
                                ecore_list_append(imagefiles, strdup(pathw));
                        }
-                       
+               
+                       if ( fnmatch("*.[Bb][Mm][Pp]", pathw, 0) == 0 ) {
+                               ecore_list_append(imagefiles, strdup(pathw));
+                       }
+                       if ( fnmatch(".[Ss][Vv][Gg]", pathw, 0) == 0 ) {
+                               ecore_list_append(imagefiles, strdup(pathw));
+                       }
                        if ( fnmatch("*.[Mm][Pp][3]", pathw, 0) == 0 ) { 
                                ecore_list_append(audiofiles, strdup(pathw));
                        }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to