Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_posix.c 


Log Message:
Event notify for directory removal on posix fs

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_posix.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- evfs_fs_posix.c     23 Oct 2005 12:55:59 -0000      1.17
+++ evfs_fs_posix.c     24 Oct 2005 03:13:01 -0000      1.18
@@ -132,6 +132,11 @@
                case ECORE_FILE_EVENT_DELETED_FILE:
                        type = EVFS_FILE_EV_REMOVE;
                        break;
+
+               case ECORE_FILE_EVENT_DELETED_DIRECTORY:
+                       type = EVFS_FILE_EV_REMOVE_DIRECTORY;
+                       break;
+                                                                               
        }
 
        /*Looking for ppl no notify*/




-------------------------------------------------------
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
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to