fix efm dnd crash

fix T1880
This commit is contained in:
Mike Blumenkrantz 2014-11-29 12:21:20 -05:00
parent 48023b9ce3
commit 6be71a64f9
1 changed files with 1 additions and 1 deletions

View File

@ -7564,7 +7564,7 @@ _e_fm2_cb_icon_mouse_move(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNU
Eina_List *sl, *icons = NULL;
size_t sel_length = 0, p_offset, p_length;
c = e_comp_get(ic->sd->eobj);
c = e_comp_get(NULL);
ic->sd->drag = EINA_TRUE;
ic->drag.start = EINA_FALSE;
real_path = e_fm2_real_path_get(ic->sd->obj);