elm genlist: Use ECORE_CALLBACK_CANCEL rather than EINA_FALSE for animator.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Apr 2012 10:50:33 +0000 (10:50 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Apr 2012 10:50:33 +0000 (10:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.c

index 8ef0851..bb03f66 100644 (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;