summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2015-04-10 14:32:42 +0900
committerChunEon Park <hermet@hermet.pe.kr>2015-04-10 14:32:42 +0900
commit87c6917aa965a5b3dfc124bc6acee8d953d2e472 (patch)
tree0684e2983ce866dcb87708ad578a1a64c8153235
parentdeed1f952e94d5171ce61d82ea4a8c66eeba08ad (diff)
parent4f4dc9dd47c541ba5922f6ccec6003c2e8e9e451 (diff)
downloadelementary-87c6917aa965a5b3dfc124bc6acee8d953d2e472.tar.gz
Merge branch 'elementary-1.13' of git+ssh://git.enlightenment.org/core/elementary into elementary-1.13
-rw-r--r--src/lib/elm_genlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 54897a206..aefb1bb66 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