elm_genlist: pass eo_it to eo_do_ret func, not VIEW(it)

@fix
This commit is contained in:
Jaeun Choi 2015-04-09 21:12:54 +09:00
parent b8218b03b3
commit a7dee7cc13
1 changed files with 1 additions and 2 deletions

View 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