always return true for dnd events

SVN revision: 76621
This commit is contained in:
Mike Blumenkrantz 2012-09-13 16:15:18 +00:00
parent 1726d79fa3
commit d86de48c74
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ _e_fm2_cb_dnd_drop(void *data)
if (sd->dnd_scroller) ecore_animator_del(sd->dnd_scroller);
sd->dnd_scroller = NULL;
sd->dnd_current.x = sd->dnd_current.y = 0;
return allow;
return EINA_TRUE;
}
static void