jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=98ca79e8ce2d479f1e3d29eff04e39c232f1c275

commit 98ca79e8ce2d479f1e3d29eff04e39c232f1c275
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Wed Mar 13 19:27:03 2019 +0900

    Revert "efl_ui_layout: check part existence in text_set"
    
    This reverts commit 649433560b5b6c81e2136d0e2d036042f035b00c.
    
    This patch is reverted because this patch breaks the backward
    compatibility.
    Please check Popup in elementary_test.
---
 src/lib/elementary/efl_ui_layout.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_layout.c 
b/src/lib/elementary/efl_ui_layout.c
index 8c6e69abcf..d50bd84674 100644
--- a/src/lib/elementary/efl_ui_layout.c
+++ b/src/lib/elementary/efl_ui_layout.c
@@ -2764,7 +2764,6 @@ elm_layout_text_set(Eo *obj, const char *part, const char 
*text)
    else if (!_elm_layout_part_aliasing_eval(obj, &part, EINA_TRUE))
      return EINA_FALSE;
 
-   if (!efl_layout_group_part_exist_get(obj, part)) return EINA_FALSE;
    efl_text_set(efl_part(obj, part), text);
    return EINA_TRUE;
 }

-- 


Reply via email to