edje: correct order of functions
authorSung-Taek Hong <sth253.hong@samsung.com>
Tue, 10 Mar 2015 07:31:32 +0000 (16:31 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Tue, 10 Mar 2015 07:31:32 +0000 (16:31 +0900)
commit54b233690d22bc04312e32af8b8dbdd44dad56b3
treebc376d7cbff18148b7caa09087fa8d275e18d132
parent7b6f4820bc4f024903f5b094471d1e78aad57ac1
edje: correct order of functions

Summary:
_edje_object_part_text_raw_set() has to locate before
_edje_user_define_string().

 - _edje_user_define_string takes one of its parameters
   rp->typedata.text->text, and this is set
   by _edje_object_part_text_raw_set().

Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
Reviewers: cedric, seoz

Subscribers: seoz, cedric

Differential Revision: https://phab.enlightenment.org/D2118
src/lib/edje/edje_util.c