Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_server_handle.c 


Log Message:
* Fix an invalid call to the wrong command cleanup function

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- evfs_server_handle.c        16 Aug 2007 11:31:16 -0000      1.79
+++ evfs_server_handle.c        17 Aug 2007 10:31:25 -0000      1.80
@@ -549,7 +549,7 @@
                     (*EVFS_PLUGIN_FILE(plugin)->functions->evfs_dir_list) 
(client, tmp_command,
                                                          &directory_list);
 
-                    evfs_cleanup_file_command(tmp_command);
+                    evfs_cleanup_file_command_only(tmp_command);
                     
                     if (directory_list) {
                          EvfsFilereference *file = NULL;



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