Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c 


Log Message:
* First checkin of the pdf thumbnailer

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- Epsilon.c   6 May 2007 15:20:42 -0000       1.32
+++ Epsilon.c   25 Jun 2007 10:28:39 -0000      1.33
@@ -412,6 +412,7 @@
        else if (!strcasecmp(extension, "wmv")) return "video/x-ms-wmv";
        else if (!strcasecmp(extension, "avi")) return "video/x-msvideo";
        else if (!strcasecmp(extension, "mov")) return "video/quicktime";
+       else if (!strcasecmp(extension, "pdf")) return "application/pdf";
        else return NULL;
 }
 



-------------------------------------------------------------------------
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