diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index accf6aebf..8eeeb9dff 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -476,7 +476,7 @@ e_xkb_e_icon_flag_setup(Evas_Object *eicon, const char *name) e_icon_preload_set(eicon, EINA_FALSE); e_icon_file_set(eicon, buf); e_icon_size_get(eicon, &w, &h); - edje_extern_object_aspect_set(eicon, EDJE_ASPECT_CONTROL_BOTH, w, h); + evas_object_size_hint_aspect_set(eicon, EVAS_ASPECT_CONTROL_BOTH, w, h); } E_API void