Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_server_handle.c Log Message: * Send file-copy-progress events =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- evfs_server_handle.c 15 Nov 2005 10:33:41 -0000 1.17 +++ evfs_server_handle.c 15 Nov 2005 11:41:14 -0000 1.18 @@ -192,6 +192,7 @@ progress = (double)((double)count / (double)file_stat.st_size * 100); if (progress % 5 == 0 && last_notify_progress < progress) { printf ("Percent complete: %d\n", progress); + evfs_file_progress_event_create(client,command,progress); last_notify_progress = progress; } ------------------------------------------------------- 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