[Genlist] Fix Genlist item processing issue
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 25 Jun 2013 08:22:22 +0000 (17:22 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 05:52:59 +0000 (14:52 +0900)
commit54c9cfad6b5a9b8428e6d0fabbdd18534f433de9
treef24b36c19974c2c84382f220f9396da69ea711aa
parente3569921ffc58c738d512af66adada7304841a9e
[Genlist] Fix Genlist item processing issue

Some applications (ex. music-player) append items on idler or animator
or something. In that case, Later queued items can be processed before
items previously queued because later items can be processed directly
and previous items can be processed on idle enterer.
So if there alreday exist queued items, do not process items directly.

Change-Id: Idf9331f8190e08094a782c4745a76c10578f20a4
src/lib/elm_genlist.c