summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-05 11:50:33 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-05 11:50:33 +0000
commite2e1b1956d9a2fb25224d4c5cc44a1ae70409c86 (patch)
tree4ffae8fe74dffab891120d9068afb8b7ed3cdbee
parent0f17a85674ae9d13471c737672778c3b24a0480e (diff)
downloadenlightenment-e2e1b1956d9a2fb25224d4c5cc44a1ae70409c86.tar.gz
e_icon - switch from edj/std icon to custom img file properly
@fix
-rw-r--r--src/bin/e_icon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c
index 150e8b22c7..da930034ad 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;