* 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

@ -328,11 +328,11 @@ _e_popup_idle_enterer(void *data)
if (!(pop = data)) return ECORE_CALLBACK_CANCEL;
ecore_evas_move(pop->ecore_evas,
pop->zone->x + pop->x,
pop->zone->x + pop->x,
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