elm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 5 Jul 2011 17:17:14 +0000 (17:17 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 5 Jul 2011 17:17:14 +0000 (17:17 +0000)
commit09436e851c85dba1e288948c5e32748fa5c7e871
tree3e3364c376c044b6355c3a284ec5049b65e79aba
parent379f9298dfad225ab801f46e8651fa36935c8339
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.

SVN revision: 61061
src/lib/elm_genlist.c