elm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan...
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 17:17:14 +0000 (17:17 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 17:17:14 +0000 (17:17 +0000)
commitaaf7902f6e30d378175d04f17e9dc07b066c993b
tree3e3364c376c044b6355c3a284ec5049b65e79aba
parent9b57cf768ce367a4531ab5e3b6ca1aa0c6bca454
elm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan.kim@samsung.com>

2011/7/5 Jaehwan Kim <jae.hwan.kim@samsung.com>:
>
> Dear all,
>
> In target, elm_genlist sometime blink while it realize again.
> It is why the signal like "elm,state,selected" isn't processed immediatly.
> So it show default state and then change to seleted state.
> _item_realize have to process the signals immediatly.
> It add a line "edje_object_message_signal_process" in the last of the _item_realize.
> Please check the patch.
>
> Thanks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61061 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_genlist.c