[elm_genlist.c] Bug fix from last commit.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Sat, 30 Oct 2010 08:47:00 +0000 (17:47 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Sat, 30 Oct 2010 08:47:00 +0000 (17:47 +0900)
  commit 3fdac862a5795f31c738586e02dd3336497d39b6
  Author: Daniel Juyung Seo <juyung.seo@samsung.com>
  Date:   Sat Oct 30 17:19:10 2010 +0900
  [elm_genlist.c] Refactoring.
    + Removed unused function : _set_groupitem()
    + Indentation fixed : elm_genlist_item_del()

src/lib/elm_genlist.c

index 32cfe07..b3cef21 100644 (file)
@@ -4528,7 +4528,7 @@ elm_genlist_item_del(Elm_Genlist_Item *it)
              it->wd->calc_job = ecore_job_add(_calc_job, it->wd);
           }
         if (it->itc->func.del)
-           it->itc->func.del((void *)it->base.data, it->base.widget);
+           it->itc->func.del((void *)it->data, it->wd->obj);
         return;
      }
    _item_del(it);