Don't listen to event DELETED_SELF

SVN revision: 13990
This commit is contained in:
sebastid 2005-03-30 10:20:58 +00:00 committed by sebastid
parent 4fe33c9f89
commit bf1ef61935
1 changed files with 2 additions and 0 deletions

View File

@ -754,6 +754,7 @@ _e_app_cb_monitor(void *data, Ecore_File_Monitor *em,
_e_app_subdir_rescan(app);
}
}
/*
else if (event == ECORE_FILE_EVENT_DELETED_SELF)
{
Evas_List *l;
@ -768,6 +769,7 @@ _e_app_cb_monitor(void *data, Ecore_File_Monitor *em,
}
_e_app_change(app, E_APP_DEL);
}
*/
}
}