projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ef8a2
)
elm_genlist: pass eo_it to eo_do func, not VIEW(it)
13/38013/1
author
Jaeun Choi
<jaeun12.choi@samsung.com>
Thu, 9 Apr 2015 12:12:54 +0000
(21:12 +0900)
committer
Jaeun Choi
<jaeun12.choi@samsung.com>
Thu, 9 Apr 2015 12:35:30 +0000
(21:35 +0900)
@fix
Change-Id: I2402cdd614c6a7855d04caabfda6e707a7a3bc65
Origin: upstream
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index e36211f6f8135b557121c5a2ce2261358047c072..69e84b51c749780441de7e10e74f1398427f29c4 100644
(file)
--- 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