Skip to content

Commit

Permalink
dnd of files with efm, when initiated by clicking the file's label, w…
Browse files Browse the repository at this point in the history
…ill no longer trigger a rename after the drag

git-svn-id: http://svn.enlightenment.org/svn/e/trunk@76613 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
  • Loading branch information
discomfitor committed Sep 13, 2012
1 parent 98b75b0 commit b1ef17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e/src/bin/e_fm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b1ef17e

Please sign in to comment.