jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=029cf2874593c32316f4003d27a422484c445c0c

commit 029cf2874593c32316f4003d27a422484c445c0c
Author: Jean-Philippe Andre <[email protected]>
Date:   Mon Nov 20 20:06:01 2017 +0900

    image: Return file+key even for edje objects
---
 src/lib/elementary/efl_ui_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_image.c 
b/src/lib/elementary/efl_ui_image.c
index c6573202ce..81b5dc59bd 100644
--- a/src/lib/elementary/efl_ui_image.c
+++ b/src/lib/elementary/efl_ui_image.c
@@ -1217,7 +1217,7 @@ _efl_ui_image_efl_file_file_get(Eo *obj EINA_UNUSED, 
Efl_Ui_Image_Data *sd, cons
         if (key) *key = sd->async.key;
         return;
      }
-   evas_object_image_file_get(sd->img, file, key);
+   efl_file_get(sd->img, file, key);
 }
 
 #if 0

-- 


Reply via email to