Re: [E-devel] [patch] elm_genlist - bugfix abnormal exit in gengrid

2012-04-20 Thread Daniel Juyung Seo
OMG! This was a big issue! Thanks for the fix. In SVN! Daniel Juyung Seo (SeoZ) On Fri, Apr 20, 2012 at 4:10 PM, Hyoyoung Chang wrote: > Dear all, > > After introduced flipped mode to genlist, some clearing process is > added to _elm_genlist_item_unrealize. > In item _elm_genlist_item_unrealize,

[E-devel] [patch] elm_genlist - bugfix abnormal exit in gengrid

2012-04-20 Thread Hyoyoung Chang
Dear all, After introduced flipped mode to genlist, some clearing process is added to _elm_genlist_item_unrealize. In item _elm_genlist_item_unrealize, item is casting to gengrid item or genlist item. segfault is occurred in _elm_genlist_item_unrealize at using gengrid. this patch moves flipped mo