elm conform.c: Fixed build break.

SVN revision: 82880
This commit is contained in:
Daniel Juyung Seo 2013-01-16 11:45:02 +00:00
parent 7ec8201a2c
commit 5fe68a4caa
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ _indicator_mode_set(Evas_Object *conformant, Elm_Win_Indicator_Mode indmode)
Elm_Widget_Smart_Data *wd;
ELM_CONFORMANT_DATA_GET(conformant, sd);
wd = eo_data_get(obj, ELM_OBJ_WIDGET_CLASS);
wd = eo_data_get(conformant, ELM_OBJ_WIDGET_CLASS);
sd->indmode = indmode;