From: Shinwoo Kim Date: Fri, 24 Feb 2012 04:40:18 +0000 (+0900) Subject: Merge "[TC] Follow the changed EFL migration API and structure" X-Git-Tag: REL_F_I9500_20120313_1~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a49583b87c43ba0abe460b5316c01812971dce65;hp=ef4340622353cc05306d03045f1ee9538c4e1dd5;p=framework%2Fuifw%2Felementary.git Merge "[TC] Follow the changed EFL migration API and structure" --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 3461892..e8068f1 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2837,6 +2837,7 @@ _calc_job(void *data) Eina_Bool minw_change = EINA_FALSE; Eina_Bool did_must_recalc = EINA_FALSE; if (!wd) return; + ELM_CHECK_WIDTYPE(wd->obj, widtype); t0 = ecore_time_get(); evas_object_geometry_get(wd->pan_smart, NULL, NULL, &ow, &wd->h);