elm genlist: Use ECORE_CALLBACK_CANCEL rather than EINA_FALSE for animator.

SVN revision: 70356
This commit is contained in:
Daniel Juyung Seo 2012-04-20 10:50:33 +00:00
parent cbddd07a8b
commit 75ee2bb1a4
1 changed files with 1 additions and 1 deletions

View File

@ -6089,7 +6089,7 @@ static Eina_Bool
_tree_effect_animator_cb(void *data)
{
Widget_Data *wd = data;
if (!wd) return EINA_FALSE;
if (!wd) return ECORE_CALLBACK_CANCEL;
Evas_Coord ox, oy, ow, oh, cvx, cvy, cvw, cvh;
Elm_Gen_Item *it = NULL, *it2, *expanded_next_it;
const Eina_List *l;