rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c1537b442194f6ad096b400a01143c1f3d997a50
commit c1537b442194f6ad096b400a01143c1f3d997a50 Author: Andrii Kroitor <[email protected]> Date: Mon Apr 4 13:57:12 2016 +0300 sound_manager: fix "object is not an image" error on startup --- src/bin/ui/property_sound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/ui/property_sound.c b/src/bin/ui/property_sound.c index f8c0324..e9b4ddf 100644 --- a/src/bin/ui/property_sound.c +++ b/src/bin/ui/property_sound.c @@ -510,7 +510,6 @@ _sound_player_create(Evas_Object *parent, Sound_Prop_Data *edit) elm_object_part_content_set(edit->preview_sound_player, "eflete.swallow.sound_player", edit->sound_player); edit->snd_data.teg = elm_icon_add(edit->sound_player); - evas_object_image_smooth_scale_set(edit->snd_data.teg, false); evas_object_show(edit->snd_data.teg); evas_object_size_hint_fill_set(edit->snd_data.teg, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_size_hint_weight_set(edit->snd_data.teg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); --
