Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Daniel Juyung Seo
In SVN except for _calc_job diff. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 15, 2012 at 11:39 AM, Hyoyoung Chang wrote: > Hi > I'm tried several times to reproduce. but i can't. > so i remove checking in _calc_job. > review this patch, please > thanks. > > On Wed, Mar 14, 2012 at 4:40 PM, Dan

Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Hyoyoung Chang
Hi I'm tried several times to reproduce. but i can't. so i remove checking in _calc_job. review this patch, please thanks. On Wed, Mar 14, 2012 at 4:40 PM, Daniel Juyung Seo wrote: > Hello, > widget type check should be done in EAPI and obj in internal function > must be valid at any time. > If t

Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Daniel Juyung Seo
Hello, widget type check should be done in EAPI and obj in internal function must be valid at any time. If the "obj" is NULL in _calc_job, somewhere else must be wrong. Can you check that point again? Daniel Juyung Seo (SeoZ) On Wed, Mar 14, 2012 at 3:09 PM, Hyoyoung Chang wrote: > Dear all. >

[E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-13 Thread Hyoyoung Chang
Dear all. This patch include two changes 1. at _scroll_item, added to check show_item is null or not. 2. at _calc_job, added to check genlist type because calc_job is added anytime, but some genlist clearing is can be done before doing calc_job. Thanks. Index: elementary/src/lib/elm_genlist.c