elc_fileselector_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

This commit is contained in:
Daniel Juyung Seo 2013-10-05 17:12:19 +09:00
parent 38fb57719c
commit c4478645f6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _elm_fileselector_button_smart_theme(Eo *obj, void *_pd EINA_UNUSED, va_list *li
char buf[4096];
const char *style;
Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS);
ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
style = eina_stringshare_add(elm_widget_style_get(obj));