* e_popup: Destroy idler when done.

SVN revision: 50198
This commit is contained in:
Cedric BAIL 2010-07-12 14:03:49 +00:00
parent 1e81ac0d3b
commit 59dd1bca1d
1 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ _e_popup_idle_enterer(void *data)
pop->zone->y + pop->y);
e_container_shape_show(pop->shape);
pop->idle_enterer = NULL;
return ECORE_CALLBACK_RENEW;
return ECORE_CALLBACK_CANCEL;
}
static Eina_Bool