From 5fe68a4caa41273348ae10ac6b42acf185c53237 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 16 Jan 2013 11:45:02 +0000 Subject: [PATCH] elm conform.c: Fixed build break. SVN revision: 82880 --- legacy/elementary/src/lib/elm_conform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_conform.c b/legacy/elementary/src/lib/elm_conform.c index 5a880cb721..0e7f8188ea 100644 --- a/legacy/elementary/src/lib/elm_conform.c +++ b/legacy/elementary/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;