raster pushed a commit to branch v-0.25.0. http://git.enlightenment.org/core/enlightenment.git/commit/?id=91877ed2d3b356b70a697cc7ad8fd38549bab16e
commit 91877ed2d3b356b70a697cc7ad8fd38549bab16e Author: Carsten Haitzler <[email protected]> Date: Wed Jan 5 11:50:33 2022 +0000 e_icon - switch from edj/std icon to custom img file properly @fix --- src/bin/e_icon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 150e8b22c..da930034a 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -174,6 +174,7 @@ e_icon_file_set(Evas_Object *obj, const char *file) if ((sd->url) && (!strcmp(sd->url, file))) return; /* smart code here */ + sd->edje = EINA_FALSE; _e_icon_obj_prepare(obj, sd); /* FIXME: 64x64 - unhappy about this. use icon size */ sd->loading = 0; --
