delete idle enterers with idle_enterer_del()

SVN revision: 81428
This commit is contained in:
Mike Blumenkrantz 2012-12-20 09:14:30 +00:00
parent e0e0387ee7
commit 11fcf6a97e
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ _update_frame(Evas_Object *obj)
if (sd->idle_enter)
{
ecore_idler_del(sd->idle_enter);
ecore_idle_enterer_del(sd->idle_enter);
sd->idle_enter = NULL;
}