seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=02938fa9662af16f3cf4c728d84d9d6349da45db
commit 02938fa9662af16f3cf4c728d84d9d6349da45db Author: Daniel Juyung Seo <[email protected]> Date: Sat Oct 5 17:12:44 2013 +0900 elc_hoversel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. --- src/lib/elc_hoversel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c index 2d0f068..9f47c6e 100644 --- a/src/lib/elc_hoversel.c +++ b/src/lib/elc_hoversel.c @@ -43,7 +43,7 @@ _elm_hoversel_smart_theme(Eo *obj, void *_pd EINA_UNUSED, va_list *list) Eina_Bool int_ret; Elm_Hoversel_Smart_Data *sd = _pd; - Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS); + ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd); char buf[4096]; const char *style; --
