SVN revision: 31582
This commit is contained in:
Miculcy Brian 2007-08-31 15:01:41 +00:00
parent 921a174e36
commit 0f587b2489
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ _cb_mouse_out(void *data, Evas_Object *obj, const char *emission, const char *so
Instance *inst;
if (!(inst = data)) return;
if (inst->popup->pinned) return;
if ((!inst->popup) || (inst->popup->pinned)) return;
e_object_del(E_OBJECT(inst->popup));
inst->popup = NULL;
}