hermet pushed a commit to branch master.

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

commit bdca8f0c719762cdd6d6d8e767cce498e0f745ff
Author: SubhransuSekhar Mohanty <sub.moha...@samsung.com>
Date:   Mon May 14 13:26:54 2018 +0900

    edje: return proper value from the function.
    
    @fix
---
 src/lib/edje/edje_util.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c
index be59633fc4..e96a7609f4 100644
--- a/src/lib/edje/edje_util.c
+++ b/src/lib/edje/edje_util.c
@@ -6275,8 +6275,7 @@ edje_object_part_text_set(const Edje_Object *obj, const 
char *part, const char *
 
    ed = _edje_fetch(obj);
 
-   _edje_efl_text_text_set((Eo *) obj, ed, part, text, EINA_TRUE, EINA_FALSE);
-   return EINA_TRUE;
+   return _edje_efl_text_text_set((Eo *) obj, ed, part, text, EINA_TRUE, 
EINA_FALSE);
 }
 
 EAPI const char *

-- 


Reply via email to