discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fa1a17cefc37a47837d157ee25c3620540d03c9f
commit fa1a17cefc37a47837d157ee25c3620540d03c9f Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 17 13:17:02 2017 -0400 handle window icons from elm for internal wins fixes appearance of icons set with elm_win_icon_name_set() --- src/bin/e_win.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_win.c b/src/bin/e_win.c index eef2036..f3eb629 100644 --- a/src/bin/e_win.c +++ b/src/bin/e_win.c @@ -153,6 +153,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o) //#endif evas_object_geometry_get(o, &ctx->client->client.x, &ctx->client->client.y, &ctx->client->client.w, &ctx->client->client.h); ecore_evas_show(ee); + eina_stringshare_replace(&ctx->client->internal_icon, elm_win_icon_name_get(o)); if (!ctx->visible) { ctx->visible = 1; --
