Elementary gengrid: Fixed bug. Patch by Jeonghyun Yun

<hj0506.yun@smasung.com>

From 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.


SVN revision: 59034
This commit is contained in:
Daniel Juyung Seo 2011-04-29 10:50:55 +00:00
parent 492f4af0a0
commit 4f6017e25e
1 changed files with 1 additions and 1 deletions

View File

@ -1339,9 +1339,9 @@ _calc_job(void *data)
}
wd->nmax = nmax;
wd->calc_job = NULL;
evas_object_smart_changed(wd->pan_smart);
}
wd->calc_job = NULL;
}
static void