edje: let's call this function before returning.

CID 1194718.
This commit is contained in:
Cedric Bail 2014-04-17 21:29:31 +02:00
parent b5c276a659
commit 7ec6a9afee
1 changed files with 1 additions and 1 deletions

View File

@ -1222,8 +1222,8 @@ _edje_part_text_set(Eo *obj, Edje *ed, const char *part, const char *text)
{
return EINA_TRUE;
}
return _edje_object_part_text_raw_set(ed, obj, rp, part, text);
_edje_user_define_string(ed, part, rp->typedata.text->text);
return _edje_object_part_text_raw_set(ed, obj, rp, part, text);
}
EOLIAN const char*