[E-devel] [patch] elm_genlist - bugfix losting content_objs at flip_realize

2012-03-29 Thread Hyoyoung Chang
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

Re: [E-devel] [patch] elm_genlist - bugfix losting content_objs at flip_realize

2012-03-29 Thread Daniel Juyung Seo
Good patch! Thanks in SVN! http://trac.enlightenment.org/e/changeset/69725 Daniel Juyung Seo (SeoZ) On Thu, Mar 29, 2012 at 4:56 PM, Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all I made a patch about flip_realize. Currently flip feature uses content_objs, so it should keep its