frame: Adjusted to Eo2.

This commit is contained in:
Tom Hacohen 2014-04-03 16:06:01 +01:00
parent 8bb57aff47
commit 489fbbcc99
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ _elm_frame_eo_base_constructor(Eo *obj, Elm_Frame_Data *_pd EINA_UNUSED)
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));
}
EOLIAN static void