Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_io.c 


Log Message:
* TODO++
* Make recursive directory removal work on evfs_fs_SMB

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- evfs_io.c   29 Dec 2005 12:43:40 -0000      1.37
+++ evfs_io.c   1 Jan 2006 04:21:51 -0000       1.38
@@ -147,6 +147,11 @@
 
 void evfs_write_progress_event(evfs_client* client, evfs_command* command, 
evfs_event* event) {
        int size_ret = 0;
+
+       if (event->progress->type == EVFS_PROGRESS_TYPE_DONE) {
+               printf( "Sendign Done!\n");
+       }
+       
        char* data = eet_data_descriptor_encode(_evfs_progress_event_edd, 
event->progress, &size_ret);
 
        evfs_write_ecore_ipc_client_message(client->client, 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to