Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        mime.c 


Log Message:
* Added asf to mime types - we really should use fdo mime for this - soon

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/mime.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- mime.c      2 Apr 2006 05:47:38 -0000       1.10
+++ mime.c      3 Jun 2006 12:28:40 -0000       1.11
@@ -53,6 +53,7 @@
   ecore_hash_set (mime_hash, ".tar", "application/x-tar");
   ecore_hash_set (mime_hash, ".txt", "text/plain");
   ecore_hash_set (mime_hash, ".mov", "video/quicktime");
+  ecore_hash_set (mime_hash, ".asf", "video/x-ms-asf");
 
   plugin = entropy_malloc(sizeof(Entropy_Plugin_Mime));
 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to