Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib Modified Files: Epsilon.c Log Message: - typo, check large / normal properly =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/lib/Epsilon.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- Epsilon.c 21 Nov 2005 21:33:00 -0000 1.23 +++ Epsilon.c 22 Dec 2005 09:34:15 -0000 1.24 @@ -382,7 +382,7 @@ dirs[i], e->hash); if (!stat (buf, &filestatus) && ((!strcmp(dirs[i], "large") && e->tw == THUMB_SIZE_LARGE) || - (!strcmp(dirs[i], "large") && e->tw == THUMB_SIZE_NORMAL) || + (!strcmp(dirs[i], "normal") && e->tw == THUMB_SIZE_NORMAL) || (!strcmp(dirs[i], "fail/epsilon")))) { ok = 1; @@ -393,7 +393,7 @@ dirs[i], e->hash); if (!stat (buf, &filestatus) && ((!strcmp(dirs[i], "large") && e->tw == THUMB_SIZE_LARGE) || - (!strcmp(dirs[i], "large") && e->tw == THUMB_SIZE_NORMAL) || + (!strcmp(dirs[i], "normal") && e->tw == THUMB_SIZE_NORMAL) || (!strcmp(dirs[i], "fail/epsilon")))) { ok = 2; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs