From: Hugo Camboulive <hugo.camboulive@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit31f14aee23b66d30c087f3c3d26f306cea786772
tree767f3f9be10e5877a6c360467e3da056bf54ac7b
parentb9a58257df7f7dfcc56a1cef763602013d9e9b8a
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