efm shouldn't accept file renames when selecting another file

This commit is contained in:
Mike Blumenkrantz 2014-02-20 12:23:26 -05:00
parent f75a923ab0
commit 96092f5f04
1 changed files with 1 additions and 1 deletions

View File

@ -5071,7 +5071,7 @@ _e_fm2_icon_deselect(E_Fm2_Icon *ic)
const char *stacking, *selectraise;
if (ic->entry_widget)
_e_fm2_icon_entry_widget_accept(ic);
_e_fm2_icon_entry_widget_del(ic);
edje_object_signal_emit(ic->obj, "e,state,unselected", "e");
edje_object_signal_emit(ic->obj_icon, "e,state,unselected", "e");