elm genlist: Fixed elm_genlist_item_insert_after() bug. Patch by
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 21 Aug 2011 05:27:19 +0000 (05:27 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 21 Aug 2011 05:27:19 +0000 (05:27 +0000)
commitfffece8816649d3259cf7812a159fa8f97fee824
treef2595d3c1fa9535fdc4e4b05e885835ace8d1a55
parentcb142daf97184fd16208891fbfd642fb6135fe5b
elm genlist: Fixed elm_genlist_item_insert_after() bug. Patch by
Chanwook Jung <joey.jung@samsung.com>

From: 정찬욱 [mailto:joey.jung@samsung.com]
Sent: Friday, August 19, 2011 4:40 PM
Subject: [E-devel] [Patch] bug in elm_genlist_item_insert_after

Dear developers.

I found the problem when group item is added using
elm_genlist_item_insert_after in genlist.
The new group item is refer to the group item list not item list.
Therefore
it is inserted in the wrong place.
I modified that if the new group item is inserted, refer to the last
item
of the after group item.
Thanks.

SVN revision: 62645
AUTHORS
src/lib/elm_genlist.c