Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        evfs_commands.c 


Log Message:
* Various file copy and samba bug fixes
* PkgConfig

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evfs_commands.c     16 Oct 2005 10:09:05 -0000      1.11
+++ evfs_commands.c     16 Oct 2005 11:17:43 -0000      1.12
@@ -105,7 +105,7 @@
 
        printf("Opening a file..\n");
 
-       command->type = EVFS_CMD_FILE_TEST;
+       command->type = EVFS_CMD_FILE_COPY;
        command->file_command.num_files = 2;
        command->file_command.files = malloc(sizeof(evfs_filereference*)*2);
        command->file_command.files[0] = from;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to