From: Jonathan Atton Date: Tue, 20 Jul 2010 18:04:37 +0000 (+0000) Subject: els_icon: preload the image X-Git-Tag: v1.0.0~4453 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d233016bbeffdeb470397f45b6cb47110a444c5;p=platform%2Fupstream%2Felementary.git els_icon: preload the image SVN revision: 50384 --- diff --git a/src/lib/els_icon.c b/src/lib/els_icon.c index ef5df7c..8bf1fdd 100644 --- a/src/lib/els_icon.c +++ b/src/lib/els_icon.c @@ -53,6 +53,7 @@ _els_smart_icon_file_key_set(Evas_Object *obj, const char *file, const char *key if (sd->size != 0) evas_object_image_load_size_set(sd->obj, sd->size, sd->size); evas_object_image_file_set(sd->obj, file, key); + evas_object_image_preload(sd->obj, EINA_FALSE); if (evas_object_image_load_error_get(sd->obj) != EVAS_LOAD_ERROR_NONE) return EINA_FALSE; _smart_reconfigure(sd);