Re: [E-devel] [Patch] elm_gengrid calc_job bug patch

2011-04-29 Thread Daniel Juyung Seo
This is right patch! Thanks in SVN! Daniel Juyung Seo (SeoZ) On Fri, Apr 29, 2011 at 4:23 PM, Jeonghyun Yun wrote: > Hello. > > I attached the patch file for calc_job bug. > > I found ecore_magic_fail problem when ecore_job_del(wd->calc_job). > wd->calc_job should also to be NULL when pan_smart'

[E-devel] [Patch] elm_gengrid calc_job bug patch

2011-04-29 Thread Jeonghyun Yun
Hello. I attached the patch file for calc_job bug. I found ecore_magic_fail problem when ecore_job_del(wd->calc_job). wd->calc_job should also to be NULL when pan_smart's cvw and cvh is 0 in calc_job(). Please check about this patch. Thanks. Index: src/lib/elm_gengrid.c