dnd of files with efm, when initiated by clicking the file's label, will no longer trigger a rename after the drag

SVN revision: 76613
This commit is contained in:
Mike Blumenkrantz 2012-09-13 14:05:35 +00:00
parent cf539e40fd
commit 67d7e09a32
1 changed files with 2 additions and 0 deletions

View File

@ -7119,6 +7119,8 @@ _e_fm2_cb_icon_mouse_move(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNU
ici->ic->drag.dnd = EINA_TRUE;
if (ici->ic->obj) evas_object_hide(ici->ic->obj);
if (ici->ic->obj_icon) evas_object_hide(ici->ic->obj_icon);
if (ici->ic->rename_click) ecore_timer_del(ici->ic->rename_click);
ici->ic->rename_click = NULL;
}
if (!sel) return;
sel[sel_length] = '\0';