Merge "[TC] Follow the changed EFL migration API and structure"
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 24 Feb 2012 04:40:18 +0000 (13:40 +0900)
committerGerrit Code Review <gerrit2@localhost>
Fri, 24 Feb 2012 04:40:18 +0000 (13:40 +0900)
src/lib/elm_genlist.c

index 3461892..e8068f1 100644 (file)
@@ -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);