elm conform.c: Fixed build break.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 16 Jan 2013 11:45:02 +0000 (11:45 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 16 Jan 2013 11:45:02 +0000 (11:45 +0000)
SVN revision: 82880

src/lib/elm_conform.c

index 5a880cb..0e7f818 100644 (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;