cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=623638c65ba114aa26fa3b8d2d80087550121095

commit 623638c65ba114aa26fa3b8d2d80087550121095
Author: Cedric BAIL <[email protected]>
Date:   Thu Aug 21 17:50:16 2014 +0200

    evas: fix examples with latest eo change.
---
 src/examples/evas/evas-object-manipulation-eo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/examples/evas/evas-object-manipulation-eo.c 
b/src/examples/evas/evas-object-manipulation-eo.c
index 70998b5..92989ca 100644
--- a/src/examples/evas/evas-object-manipulation-eo.c
+++ b/src/examples/evas/evas-object-manipulation-eo.c
@@ -192,7 +192,7 @@ main(void)
    eo_unref(d.img);
 
    eo_do(d.img, evas_obj_image_filled_set(EINA_TRUE),
-                evas_obj_image_file_set(img_path, NULL),
+                efl_file_set(img_path, NULL),
                 err = evas_obj_image_load_error_get());
 
    if (err != EVAS_LOAD_ERROR_NONE)
@@ -213,7 +213,7 @@ main(void)
    /* border on the image's clipper, here just to emphasize its position */
    d.clipper_border = eo_add(EVAS_IMAGE_CLASS, d.canvas);
    eo_do(d.clipper_border, evas_obj_image_filled_set(EINA_TRUE),
-                           evas_obj_image_file_set(border_img_path, NULL),
+                           efl_file_set(border_img_path, NULL),
                            err = evas_obj_image_load_error_get());
 
    if (err != EVAS_LOAD_ERROR_NONE)

-- 


Reply via email to