Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* Start assigning the plugin uri of evfs-returned files correctly


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- filesystem.c        8 Nov 2005 10:59:27 -0000       1.13
+++ filesystem.c        9 Nov 2005 09:57:42 -0000       1.14
@@ -274,7 +274,8 @@
                                                }
 
                                                /*Mark the file's uri FIXME do 
this properly*/
-                                               strcpy(file->uri_base, "smb");
+                                               strcpy(file->uri_base, 
ref->plugin_uri);
+                                               printf("Assigned plugin URI: 
'%s'\n", ref->plugin_uri);
                                                
 
                                                /*Register a new listener for 
this file*/




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to