edje: add sample and tone of multisense to edje inheritance
authorhyoyoung <hyoyoung@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 May 2012 08:33:40 +0000 (08:33 +0000)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 11 Jun 2012 01:33:33 +0000 (10:33 +0900)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@71229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_handlers.c

index 3b588c9..eb5da0f 100644 (file)
@@ -1041,6 +1041,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)
      {