Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c Log Message: add xpm and svg thumb loading for fm2 =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_fm.c 17 Aug 2006 17:01:11 -0000 1.32 +++ e_fm.c 17 Aug 2006 23:33:15 -0000 1.33 @@ -1487,7 +1487,9 @@ (!strcmp(ic->info.mime, "image/jpeg")) || (!strcmp(ic->info.mime, "image/png")) || (!strcmp(ic->info.mime, "image/gif")) || - (!strcmp(ic->info.mime, "image/tiff")) + (!strcmp(ic->info.mime, "image/tiff")) || + (!strcmp(ic->info.mime, "image/x-xpixmap")) || + (!strcmp(ic->info.mime, "image/svg+xml")) ) { snprintf(buf, sizeof(buf), "%s/%s", ic->sd->realpath, ic->info.file); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs