fix segfault

SVN revision: 33609
This commit is contained in:
Miculcy Brian 2008-01-25 17:17:32 +00:00
parent 966177f26a
commit 932c2dcc10
1 changed files with 1 additions and 1 deletions

View File

@ -5145,8 +5145,8 @@ _e_fm2_cb_icon_mouse_move(void *data, Evas *e, Evas_Object *obj, void *event_inf
E_Fm2_Icon_Info *ici;
ic = data;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
ev = event_info;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
if ((ic->drag.start) && (ic->sd->eobj))
{
int dx, dy;