Edje: a signal can be sent in a item of a table.
authorwatchwolf <watchwolf>
Fri, 6 Aug 2010 19:52:07 +0000 (19:52 +0000)
committerwatchwolf <watchwolf@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Aug 2010 19:52:07 +0000 (19:52 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50870 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_program.c

index d6640de..26c9b03 100644 (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))
                    {