elm gengrid: Fixed wrong _calc_job parameter. Patch by Bluezery <ohpowel@gmail.com>

On Fri, Oct 19, 2012 at 12:30 PM, Bluezery <ohpowel@gmail.com> wrote:
> Dear all,
>
> There is a bug, invalid data assign into ecore_job.
> Trivial whilte space removal is included also.  it's automated in my editor :D.
>
> Please review this patch.
>
> --
> BRs,
> Kim.

SVN revision: 78221
This commit is contained in:
Daniel Juyung Seo 2012-10-19 04:06:42 +00:00
parent 0474ed0f3f
commit 4e49a5f52e
1 changed files with 5 additions and 5 deletions

View File

@ -1161,7 +1161,7 @@ _item_place(Elm_Gen_Item *it,
if (wsd->calc_job)
ecore_job_del(wsd->calc_job);
wsd->calc_job =
ecore_job_add(_calc_job, WIDGET(it));
ecore_job_add(_calc_job, wsd);
return;
}