bugfix: remove efm nav SELF_RENAME handler

this seems to be called completely erroneously and is worthless since all it does is trigger random directory changes

T892
This commit is contained in:
Mike Blumenkrantz 2014-02-20 12:46:53 -05:00
parent bf47dcdb79
commit ba9a68d3bd
1 changed files with 0 additions and 1 deletions

View File

@ -693,7 +693,6 @@ _box_button_append(Instance *inst, const char *label, Edje_Signal_Cb func)
ni->path = eina_stringshare_add(path);
ni->monitor = eio_monitor_stringshared_add(ni->path);
E_LIST_HANDLER_APPEND(ni->handlers, EIO_MONITOR_SELF_DELETED, _event_deleted, ni);
E_LIST_HANDLER_APPEND(ni->handlers, EIO_MONITOR_SELF_RENAME, _event_deleted, ni);
E_LIST_HANDLER_APPEND(ni->handlers, EIO_MONITOR_ERROR, _event_deleted, ni);
}