edje: add sample and tone of multisense to edje inheritance

SVN revision: 71229
This commit is contained in:
Hyoyoung Chang 2012-05-18 08:33:40 +00:00
parent 36bbac26ca
commit a8bd686bfb
1 changed files with 4 additions and 0 deletions

View File

@ -1042,6 +1042,10 @@ _edje_program_copy(Edje_Program *ep, Edje_Program *ep2)
ep->tween.time = ep2->tween.time;
ep->tween.v1 = ep2->tween.v1;
ep->tween.v2 = ep2->tween.v2;
ep->sample_name = STRDUP(ep2->sample_name);
ep->tone_name = STRDUP(ep2->tone_name);
ep->duration = ep2->duration;
ep->speed = ep2->speed;
EINA_LIST_FOREACH(ep2->targets, l, et2)
{