Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_operation.c evfs_server_handle.c Log Message: * Include a string in operation, for reference =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_operation.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- evfs_operation.c 3 Feb 2006 23:12:13 -0000 1.5 +++ evfs_operation.c 2 Mar 2006 06:11:06 -0000 1.6 @@ -53,8 +53,8 @@ void evfs_operation_user_dispatch(evfs_client * client, evfs_command * command, - evfs_operation * op) + evfs_operation * op, char* misc) { /*printf ("stub"); */ - evfs_operation_event_create(client, command, op); + evfs_operation_event_create(client, command, op,misc); } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- evfs_server_handle.c 26 Feb 2006 04:42:20 -0000 1.45 +++ evfs_server_handle.c 2 Mar 2006 06:11:07 -0000 1.46 @@ -408,7 +408,7 @@ printf("File overwrite\n"); evfs_operation_status_set(op, EVFS_OPERATION_STATUS_USER_WAIT); - evfs_operation_user_dispatch(client, command, op); + evfs_operation_user_dispatch(client, root_command, op, command->file_command.files[1]->path); while (op->status == EVFS_OPERATION_STATUS_USER_WAIT) { ecore_main_loop_iterate(); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs