Edje: a signal can be sent in a item of a table.

SVN revision: 50870
This commit is contained in:
Jonathan Atton 2010-08-06 19:52:07 +00:00
parent 5962065b2b
commit 6772fa343d
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ _edje_emit(Edje *ed, const char *sig, const char *src)
if ((((rp->part->type == EDJE_PART_TYPE_GROUP
|| rp->part->type == EDJE_PART_TYPE_EXTERNAL)
&& (rp->swallowed_object))
|| rp->part->type == EDJE_PART_TYPE_BOX) &&
|| rp->part->type == EDJE_PART_TYPE_BOX || rp->part->type == EDJE_PART_TYPE_TABLE) &&
(rp->part) && (rp->part->name) &&
(strcmp(rp->part->name, part) == 0))
{