Listen to MOVE_SELF events

SVN revision: 23233
This commit is contained in:
sebastid 2006-06-07 09:02:04 +00:00 committed by sebastid
parent 10308c1133
commit a2402e571b
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ ecore_file_monitor_inotify_add(const char *path,
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);