Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_mime.c Log Message: case insensitive match. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_mime.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_fm_mime.c 6 Aug 2006 02:15:14 -0000 1.2 +++ e_fm_mime.c 19 Aug 2006 02:00:14 -0000 1.3 @@ -43,7 +43,7 @@ for (l = mimes; l; l = l->next) { mime = l->data; - if (e_util_glob_match(fname, mime->glob)) + if (e_util_glob_case_match(fname, mime->glob)) { mimes = evas_list_remove_list(mimes, l); mimes = evas_list_prepend(mimes, mime); ------------------------------------------------------------------------- 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