Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* First work for a file copy progress dialog

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- filesystem.c        10 Nov 2005 11:38:05 -0000      1.17
+++ filesystem.c        15 Nov 2005 11:40:55 -0000      1.18
@@ -321,6 +321,9 @@
                        }
 
                        break;
+               case EVFS_EV_FILE_PROGRESS:
+                       printf("Progress for file '%s' is %f\%\n", 
(char*)data->resp_command.file_command.files[0]->path, 
data->progress.file_progress);
+                       break;
 
                        default: printf("Received an EVFS message we don't 
recognise!\n");
                                 break;




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to