elm genlist: Fixed flip bug. Patch by Hyoyoung Chang

<hyoyoung@gmail.com>

On Thu, Mar 29, 2012 at 4:56 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all
>
> I made a patch about flip_realize.
> Currently flip feature uses content_objs, so it should keep its
content_objs.
> However it's lost at _item_flips_realize().
> So i fixed to initialize with its content_objs.
>
> Thanks

SVN revision: 69725
This commit is contained in:
Daniel Juyung Seo 2012-03-29 08:22:26 +00:00
parent 01994a641a
commit c1c64fe3ad
1 changed files with 1 additions and 1 deletions

View File

@ -1963,7 +1963,7 @@ _item_flips_realize(Elm_Gen_Item *it,
Evas_Object *target,
Eina_List **source)
{
Eina_List *res = NULL;
Eina_List *res = it->content_objs;
if (it->itc->func.content_get)
{