Thanks for the great fix :) Daniel Juyung Seo (SeoZ)
On Tue, Sep 18, 2012 at 5:13 PM, Michaël Bouchaud <y...@efl.so> wrote: > Of course no time to do it properly yersteday :) > > 2012/9/18 Cedric BAIL <cedric.b...@free.fr> > >> On Mon, Sep 17, 2012 at 6:37 PM, Enlightenment SVN >> <no-re...@enlightenment.org> wrote: >> > Log: >> > edje: fix group inherit with script >> >> Can you backport it and properly document NEWS and ChangeLog ? >> >> > Author: yoz >> > Date: 2012-09-17 09:37:50 -0700 (Mon, 17 Sep 2012) >> > New Revision: 76769 >> > Trac: http://trac.enlightenment.org/e/changeset/76769 >> > >> > Modified: >> > trunk/edje/src/bin/edje_cc_handlers.c >> > >> > Modified: trunk/edje/src/bin/edje_cc_handlers.c >> > =================================================================== >> > --- trunk/edje/src/bin/edje_cc_handlers.c 2012-09-17 16:35:38 UTC >> (rev 76768) >> > +++ trunk/edje/src/bin/edje_cc_handlers.c 2012-09-17 16:37:50 UTC >> (rev 76769) >> > @@ -1098,6 +1098,8 @@ >> > data_queue_copied_part_lookup(pc, &(et2->id), &(et->id)); >> > else if (ep2->action == EDJE_ACTION_TYPE_ACTION_STOP) >> > data_queue_copied_program_lookup(pc, &(et2->id), &(et->id)); >> > + else if (ep2->action == EDJE_ACTION_TYPE_SCRIPT) >> > + data_queue_copied_program_lookup(pc, &(et2->id), &(et->id)); >> > else if (ep2->action == EDJE_ACTION_TYPE_DRAG_VAL_SET) >> > data_queue_copied_part_lookup(pc, &(et2->id), &(et->id)); >> > else if (ep2->action == EDJE_ACTION_TYPE_DRAG_VAL_STEP) >> > @@ -2557,6 +2559,7 @@ >> > cp->l2 = cp2->l2; >> > cp->script = STRDUP(cp2->script); >> > cd->is_lua = cd2->is_lua; >> > + cd->shared = cd2->shared; >> > cd->programs = eina_list_append(cd->programs, cp); >> > data_queue_copied_anonymous_lookup(pc, &(cp2->id), &(cp->id)); >> > } >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Live Security Virtual Conference >> > Exclusive live event will cover all the ways today's security and >> > threat landscape has changed and how IT managers can respond. Discussions >> > will include endpoint security, mobile security and the latest in malware >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> > _______________________________________________ >> > enlightenment-svn mailing list >> > enlightenment-...@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >> > >> >> >> >> -- >> Cedric BAIL >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> enlightenment-devel mailing list >> enlightenment-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > > > > -- > Michaël Bouchaud (yoz) <y...@efl.so> > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel