fix a crash when edje parent is null from _edje_fetch

SVN revision: 72585
This commit is contained in:
Mike Blumenkrantz 2012-06-21 10:23:42 +00:00
parent 4ec9749ead
commit a5aacec015
1 changed files with 3 additions and 2 deletions

View File

@ -1731,6 +1731,7 @@ _cb_signal_repeat(void *data, Evas_Object *obj, const char *sig, const char *sou
emsg.sig = sig;
emsg.src = alias ? alias : new_src;
emsg.data = NULL;
_edje_message_send(ed_parent, EDJE_QUEUE_SCRIPT,
EDJE_MESSAGE_SIGNAL, 0, &emsg);
if (ed_parent)
_edje_message_send(ed_parent, EDJE_QUEUE_SCRIPT,
EDJE_MESSAGE_SIGNAL, 0, &emsg);
}