Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        evfs_commands.c 


Log Message:
* Fix some minor issues from the re-org

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- evfs_commands.c     16 Aug 2007 11:31:17 -0000      1.40
+++ evfs_commands.c     18 Aug 2007 01:52:09 -0000      1.41
@@ -6,7 +6,7 @@
    evfs_command *command = evfs_client_command_new();
    long id = command->client_identifier;
 
-   /*printf("Adding a monitor on: '%s' using '%s'\n", ref->path, 
ref->plugin_uri); */
+   printf("Adding a monitor on: '%s' using '%s'\n", ref->path, 
ref->plugin_uri); 
 
    command->type = EVFS_CMD_STARTMON_FILE;
    command->file_command->files = evas_list_append( 
command->file_command->files, ref);
@@ -61,7 +61,6 @@
    long id = command->client_identifier;
 
    command->type = EVFS_CMD_RENAME_FILE;
-   command->file_command->num_files = 2;
    command->file_command->files = evas_list_append( 
command->file_command->files, from);
    command->file_command->files = evas_list_append( 
command->file_command->files, to);
 



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