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)
commitd7455b9ccaad5e420253cfc154e6ca38eeff7e9c
tree3e3364c376c044b6355c3a284ec5049b65e79aba
parentd1603d35a2c1337f3281149c7f2457e8b7577adc
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: https://svn.enlightenment.org/svn/e/trunk/elementary@61061 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_genlist.c