diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2011-08-21 05:27:19 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2011-08-21 05:27:19 +0000 |
commit | fffece8816649d3259cf7812a159fa8f97fee824 (patch) | |
tree | f2595d3c1fa9535fdc4e4b05e885835ace8d1a55 /AUTHORS | |
parent | cb142daf97184fd16208891fbfd642fb6135fe5b (diff) |
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
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,3 +42,4 @@ Prince Kumar Dubey <prince.dubey@samsung.com> <prince.dubey@gmail.com> | |||
42 | Sung W. Park <sungwoo@gmail.com> | 42 | Sung W. Park <sungwoo@gmail.com> |
43 | Thierry el Borgi <thierry@substantiel.fr> | 43 | Thierry el Borgi <thierry@substantiel.fr> |
44 | Shilpa Singh <shilpa.singh@samsung.com> <shilpasingh.o@gmail.com> | 44 | Shilpa Singh <shilpa.singh@samsung.com> <shilpasingh.o@gmail.com> |
45 | Chanwook Jung <joey.jung@samsung.com> | ||