elementary/image - +FIXME
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 20 Dec 2012 01:54:57 +0000 (01:54 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 20 Dec 2012 01:54:57 +0000 (01:54 +0000)
SVN revision: 81413

legacy/elementary/src/lib/elm_image.c

index 3f9ca27..0a7e4e2 100644 (file)
@@ -965,6 +965,8 @@ _elm_image_smart_preload_disabled_set(Eo *obj EINA_UNUSED, void *_pd, va_list *l
 
    if (sd->edje || !sd->preloading) return;
 
+   //FIXME: Need to keep the disabled status for next image loading.
+
    evas_object_image_preload(sd->img, disable);
    sd->preloading = !disable;