edje: return proper value from the function.

@fix
This commit is contained in:
SubhransuSekhar Mohanty 2018-05-14 13:26:54 +09:00 committed by Hermet Park
parent a92b80ff86
commit bdca8f0c71
1 changed files with 1 additions and 2 deletions

View File

@ -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 *