[elm_gengrid] update miss fixed
authorjh0506.yun <jh0506.yun@samsung.com>
Mon, 20 Sep 2010 01:07:56 +0000 (10:07 +0900)
committerjh0506.yun <jh0506.yun@samsung.com>
Mon, 20 Sep 2010 01:07:56 +0000 (10:07 +0900)
src/lib/elm_gengrid.c

index 796c4cf..edbca8f 100644 (file)
@@ -1619,7 +1619,7 @@ elm_gengrid_item_update(Elm_Gengrid_Item *item)
    {
       _item_unrealize(item);
       _item_realize(item);
-      evas_object_smart_callback_call(item->wd->self, "realized", it);
+      evas_object_smart_callback_call(item->wd->self, "realized", item);
 
       if (item->wd->calc_job) ecore_job_del(item->wd->calc_job);
          item->wd->calc_job = ecore_job_add(_calc_job, item->wd);