jpeg pushed a commit to branch efl-1.19.

http://git.enlightenment.org/core/efl.git/commit/?id=819b5e33b752f2af315a6c11a799db7915d6ca77

commit 819b5e33b752f2af315a6c11a799db7915d6ca77
Author: Jean-Philippe Andre <[email protected]>
Date:   Mon Apr 17 14:13:02 2017 +0900

    ui.grid: Fix EO API usage in elm_test
    
    Window doesn't implement pack API but content API instead.
---
 src/bin/elementary/test_grid_static.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_grid_static.c 
b/src/bin/elementary/test_grid_static.c
index ef3e517..fefbb71 100644
--- a/src/bin/elementary/test_grid_static.c
+++ b/src/bin/elementary/test_grid_static.c
@@ -122,7 +122,7 @@ test_grid_static(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *eve
                     efl_gfx_size_hint_weight_set(efl_added, 1, 1),
                     efl_pack_layout_engine_set(efl_added, 
EFL_UI_GRID_STATIC_CLASS, NULL));
      }
-   efl_pack(win, gd);
+   efl_content_set(win, gd);
    api->data.grid = gd;
    efl_gfx_visible_set(gd, 1);
 

-- 


Reply via email to