From: Daniel Juyung Seo Date: Wed, 16 Jan 2013 11:45:02 +0000 (+0000) Subject: elm conform.c: Fixed build break. X-Git-Tag: submit/efl/20131021.015827~1118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=309d4f5ea39293174f0ccf2fb480b18ac089d1aa;p=platform%2Fupstream%2Felementary.git elm conform.c: Fixed build break. SVN revision: 82880 --- diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index 5a880cb..0e7f818 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -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;