[Genlist] Applied upstream patch r62645.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 21 Aug 2011 05:27:19 +0000 (05:27 +0000)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 24 Aug 2011 05:53:51 +0000 (14:53 +0900)
commit409e669d892e5f01161eb38d5427143826ad0462
treeebe80f1eb380a840ad43ded440084711fad00357
parent6b2929edc34e1501250a917e48957a4690c40359
[Genlist] Applied upstream patch r62645.

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.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62645 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Change-Id: Ia95d4a5649875e37ff653f524b7fe22d41b02b70
AUTHORS
src/lib/elm_genlist.c