Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_operation_tasks.c Log Message: * Actually write the trash files =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_operation_tasks.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs_operation_tasks.c 14 Aug 2006 11:33:07 -0000 1.11 +++ evfs_operation_tasks.c 15 Aug 2006 08:22:56 -0000 1.12 @@ -62,6 +62,8 @@ if (copy->file_to->fd == 0 && copy->file_to->fd_p == NULL) { /*printf("Creating destination file..\n");*/ + if (*EVFS_PLUGIN_FILE(copy->file_to->plugin)->functions->evfs_file_notify_create) + (*EVFS_PLUGIN_FILE(copy->file_to->plugin)->functions->evfs_file_notify_create) (copy->file_from); (*EVFS_PLUGIN_FILE(copy->file_to->plugin)->functions->evfs_file_create) (copy->file_to); } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs