ibar: Replace deprecated edje_extern_object_aspect_set call

This commit is contained in:
Chris Michael 2018-11-08 10:36:27 -05:00
parent c1a583d0cf
commit 4648b4fef2
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ _ibar_icon_menu_client_add(IBar_Icon *ic, E_Client *ec)
h = ec->client.h;
e_comp_object_util_del_list_append(ic->menu->comp_object, img);
evas_object_show(img);
edje_extern_object_aspect_set(img, EDJE_ASPECT_CONTROL_BOTH, w, h);
evas_object_size_hint_aspect_set(img, EVAS_ASPECT_CONTROL_BOTH, w, h);
edje_object_part_swallow(it, "e.swallow.icon", img);
edje_object_part_text_set(it, "e.text.title", txt);
if (ec->focused)