From: Tom Hacohen Date: Thu, 3 Apr 2014 13:55:57 +0000 (+0100) Subject: conformant: Adjusted to Eo2. X-Git-Tag: v1.10.0-alpha1~126^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eeb1dcab91644bdd7bbee278707efca203c652c1;p=platform%2Fupstream%2Felementary.git conformant: Adjusted to Eo2. --- diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index f20a2d0..9a7fb83 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -591,7 +591,7 @@ _elm_conformant_elm_widget_theme_apply(Eo *obj, Elm_Conformant_Data *_pd EINA_UN { Eina_Bool int_ret = EINA_FALSE; - eo_do_super(obj, MY_CLASS, elm_obj_widget_theme_apply(&int_ret)); + eo_do_super(obj, MY_CLASS, int_ret = elm_obj_widget_theme_apply()); if (!int_ret) return EINA_FALSE; _conformant_parts_swallow(obj); @@ -972,7 +972,7 @@ _elm_conformant_eo_base_constructor(Eo *obj, Elm_Conformant_Data *sd) eo_do_super(obj, MY_CLASS, eo_constructor()); eo_do(obj, evas_obj_type_set(MY_CLASS_NAME_LEGACY), - evas_obj_smart_callbacks_descriptions_set(_smart_callbacks, NULL)); + evas_obj_smart_callbacks_descriptions_set(_smart_callbacks)); top = elm_widget_top_get(obj); _on_indicator_mode_changed(obj, top, NULL);