eunue pushed a commit to branch elementary-1.13.

http://git.enlightenment.org/core/elementary.git/commit/?id=4f4dc9dd47c541ba5922f6ccec6003c2e8e9e451

commit 4f4dc9dd47c541ba5922f6ccec6003c2e8e9e451
Author: Jaeun Choi <jaeun12.c...@samsung.com>
Date:   Thu Apr 9 21:12:54 2015 +0900

    elm_genlist: pass eo_it to eo_do func, not VIEW(it)
    
    @fix
---
 src/lib/elm_genlist.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 54897a2..aefb1bb 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -6986,8 +6986,7 @@ 
_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);
-   return eo_do(VIEW(it), elm_wdg_item_tooltip_window_mode_get());
+   return eo_do(eo_it, elm_wdg_item_tooltip_window_mode_get());
 }
 
 EAPI void

-- 


Reply via email to