examples: Fix compilation (use legacy func)
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 17 Jun 2016 10:28:57 +0000 (19:28 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 17 Jun 2016 10:32:44 +0000 (19:32 +0900)
name has been removed (it's part of EO).

src/examples/evas/evas-object-manipulation-eo.c

index 1dd25cc..6c9e6f6 100644 (file)
@@ -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);