Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* Mesh with EVFS api change

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- filesystem.c        18 Aug 2007 01:52:13 -0000      1.87
+++ filesystem.c        19 Aug 2007 01:33:04 -0000      1.88
@@ -853,7 +853,7 @@
     printf ("URI: %s\n", uri);
 
     path = evfs_parse_uri (uri);
-    request_id = evfs_client_dir_list (con, path->files[0]);
+    request_id = evfs_client_dir_list (con, path->files[0], 0);
 
 
     new_request = entropy_malloc (sizeof (entropy_file_request));



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to