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
Index: elementary/src/lib/elm_genlist.c
===================================================================
--- elementary/src/lib/elm_genlist.c    (리비전 69721)
+++ elementary/src/lib/elm_genlist.c    (작업 사본)
@@ -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)
      {
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to