|
From: Enlightenment C. <no...@cv...> - 2006-08-15 08:23:28
|
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);
}
|