elm_genlist: pass eo_it to eo_do_ret func, not VIEW(it)
authorJaeun Choi <jaeun12.choi@samsung.com>
Thu, 9 Apr 2015 12:12:54 +0000 (21:12 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Thu, 9 Apr 2015 12:12:54 +0000 (21:12 +0900)
@fix

src/lib/elm_genlist.c

index 4a7c8db..18faf44 100644 (file)
@@ -7056,9 +7056,8 @@ _elm_genlist_item_elm_widget_item_tooltip_window_mode_set(Eo *eo_it, Elm_Gen_Ite
 EAPI Eina_Bool
 elm_genlist_item_tooltip_window_mode_get(const Elm_Object_Item *eo_it)
 {
-   ELM_GENLIST_ITEM_DATA_GET(eo_it, it);
    Eina_Bool ret;
-   return eo_do_ret(VIEW(it), ret, elm_wdg_item_tooltip_window_mode_get());
+   return eo_do_ret(eo_it, ret, elm_wdg_item_tooltip_window_mode_get());
 }
 
 EAPI void