[elm_genlist.c] Added "unrealized" smart callback.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 14 Jan 2011 05:49:49 +0000 (14:49 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 14 Jan 2011 05:49:49 +0000 (14:49 +0900)
src/lib/elm_genlist.c

index d58146d..4068620 100644 (file)
@@ -1553,6 +1553,7 @@ _item_unrealize(Elm_Genlist_Item *it)
    Evas_Object *icon;
 
    if (!it->realized) return;
+   evas_object_smart_callback_call(it->wd->obj, "unrealized", it);
    it->menuopened = EINA_FALSE;
    it->wd->menuopened = eina_list_remove(it->wd->menuopened, it);
    if (it->long_timer)