Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file_monitor_inotify.c Log Message: Listen to MOVE_SELF events =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ecore_file_monitor_inotify.c 30 Aug 2005 10:05:27 -0000 1.8 +++ ecore_file_monitor_inotify.c 7 Jun 2006 09:02:04 -0000 1.9 @@ -109,7 +109,8 @@ mask = IN_MODIFY| IN_MOVED_FROM|IN_MOVED_TO| IN_DELETE|IN_CREATE| - IN_DELETE_SELF|IN_UNMOUNT; + IN_DELETE_SELF|IN_MOVE_SELF| + IN_UNMOUNT; ECORE_FILE_MONITOR_INOTIFY(em)->wd = inotify_add_watch(ecore_main_fd_handler_fd_get(_fdh), em->path, mask); _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs