From 04d594af98ccdf908aee1a3cac6da328f8cb152d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 25 Oct 2012 07:53:38 +0000 Subject: [PATCH] wherever cedric commits, b0rks will follow SVN revision: 78422 --- src/bin/e_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 1eccf5212..d559f4d1f 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -915,7 +915,7 @@ _e_icon_smart_resize(Evas_Object *obj, Evas_Coord w, Evas_Coord h) } } - if (((sd->loading && sd->preload) || + if ((!sd->edje) && ((sd->loading && sd->preload) || (!sd->loading && !sd->preload)) && !sd->animated) {