elm test: bg - use efl_content_set instead
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 7 Jul 2017 06:24:15 +0000 (15:24 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 7 Jul 2017 06:24:39 +0000 (15:24 +0900)
there is no efl_packed on window. it won't work.

src/bin/elementary/test_bg.c

index dc5c7a2..2ca9980 100644 (file)
@@ -335,7 +335,7 @@ test_bg_window(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
 
    box = efl_add(EFL_UI_BOX_CLASS, win,
                  efl_gfx_size_hint_weight_set(efl_added, 1, 1),
-                 efl_pack(win, efl_added), // FIXME / use content set
+                 efl_content_set(win, efl_added),
                  efl_gfx_visible_set(efl_added, 1));
 
    efl_add(ELM_COLORSELECTOR_CLASS, win,