Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        action_simple.c mime.c 


Log Message:
* Misc cleanups
* Added start of a util that does audio playlist queuing for audio located on 
evfs mounts

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/action_simple.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- action_simple.c     15 Apr 2006 10:07:05 -0000      1.14
+++ action_simple.c     22 Jul 2006 10:50:42 -0000      1.15
@@ -16,7 +16,7 @@
 char *
 entropy_plugin_identify ()
 {
-  return (char *) "Simple MIME identifier";
+  return (char *) "Simple action execution plugin";
 }
 
 
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/mime.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- mime.c      3 Jun 2006 12:28:40 -0000       1.11
+++ mime.c      22 Jul 2006 10:50:42 -0000      1.12
@@ -54,6 +54,7 @@
   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");
+  ecore_hash_set (mime_hash, ".asf", "object/undefined");
 
   plugin = entropy_malloc(sizeof(Entropy_Plugin_Mime));
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to