From: Hugo Camboulive <hugo.camboulive@gmail.com>
authorHugo Camboulive <hugo.camboulive@gmail.com>
Tue, 27 Jul 2010 10:08:40 +0000 (10:08 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Jul 2010 10:08:40 +0000 (10:08 +0000)
commitf2556b326c527d53f7d79ecfe9e6c18be9ed4e13
tree767f3f9be10e5877a6c360467e3da056bf54ac7b
parentf6c7691ef39126c5f7ebb889d31a4a3b39e74e57
From: Hugo Camboulive <hugo.camboulive@gmail.com>
Subject: [E-devel] [E-Devel] [Patch] Edje Message - add the callback
recursively

When you send a message from an edje subgroup (part { type: GROUP
...}), the
message callback isn't called because it tries to reach
ed->message.func,
which is only defined for the top edje part.
This patches adds the callback and data to all the subgroups
recursively.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_message_queue.c