bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=101cc785134bbfaf102b8bccfb2c7f6ccc2aa313
commit 101cc785134bbfaf102b8bccfb2c7f6ccc2aa313 Author: Marcel Hollerbach <[email protected]> Date: Sun Dec 10 20:42:27 2017 +0100 focus: add names so its easier to debug ... --- src/bin/elementary/test_focus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/elementary/test_focus.c b/src/bin/elementary/test_focus.c index d4edd4a560..b5a6f9329c 100644 --- a/src/bin/elementary/test_focus.c +++ b/src/bin/elementary/test_focus.c @@ -1015,6 +1015,7 @@ _focus5_layout(Evas_Object *grid, struct _focus5_obj *layout) while(layout->name) { printf("button: %s\n", layout->name); obj = elm_button_add(grid); + efl_name_set(obj, layout->name); elm_object_text_set(obj, layout->name); elm_grid_pack(grid, obj, layout->x, layout->y, layout->w, layout->h); evas_object_show(obj); --
