<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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Evas_Object *target,
Eina_List **source)
{
- Eina_List *res = NULL;
+ Eina_List *res = it->content_objs;
if (it->itc->func.content_get)
{