sanghyeonlee pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8718e2995ed035878c0115b10cb552288d92c193

commit 8718e2995ed035878c0115b10cb552288d92c193
Author: SangHyeon Lee <sh10233....@samsung.com>
Date:   Mon Apr 30 19:27:09 2018 +0900

    efl.ui.layout_factory : use interface layout theme set for now
    
    interface object need to use efl.ui.layout_object theme set
    instead of legacy one, for applying proper theme naming rules.
---
 src/lib/elementary/efl_ui_layout_factory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_layout_factory.c 
b/src/lib/elementary/efl_ui_layout_factory.c
index 7abf61c694..16621c53a0 100644
--- a/src/lib/elementary/efl_ui_layout_factory.c
+++ b/src/lib/elementary/efl_ui_layout_factory.c
@@ -80,7 +80,7 @@ _efl_ui_layout_factory_efl_ui_factory_create(Eo *obj 
EINA_UNUSED, Efl_Ui_Layout_
      {
         layout = efl_add(EFL_UI_LAYOUT_OBJECT_CLASS, parent,
                          efl_ui_view_model_set(efl_added, model),
-                         elm_layout_theme_set(efl_added, pd->klass, pd->group, 
pd->style));
+                         efl_ui_layout_object_theme_set(efl_added, pd->klass, 
pd->group, pd->style));
 
         eina_hash_foreach(pd->connects, _model_connect, layout);
 

-- 


Reply via email to