jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4e2d7b5f8b88a7a4c313cfbd1438d7cfc4a60142

commit 4e2d7b5f8b88a7a4c313cfbd1438d7cfc4a60142
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jun 17 19:28:57 2016 +0900

    examples: Fix compilation (use legacy func)
    
    name has been removed (it's part of EO).
---
 src/examples/evas/evas-object-manipulation-eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/evas/evas-object-manipulation-eo.c 
b/src/examples/evas/evas-object-manipulation-eo.c
index 1dd25cc..6c9e6f6 100644
--- a/src/examples/evas/evas-object-manipulation-eo.c
+++ b/src/examples/evas/evas-object-manipulation-eo.c
@@ -177,7 +177,7 @@ main(void)
    d.bg = eo_add(EFL_CANVAS_RECTANGLE_CLASS, d.canvas);
 
    /* Eo-styled way to perform actions on an object*/
-   evas_obj_name_set(d.bg, "background rectangle");
+   evas_object_name_set(d.bg, "background rectangle");
    efl_gfx_color_set(d.bg, 255, 255, 255, 255);
    /* white bg */
                efl_gfx_position_set(d.bg, 0, 0);

-- 


Reply via email to