2011/11/14 Enlightenment SVN <no-re...@enlightenment.org>: > Log: > rel1.to: ""; fix build error. > Actually, if rel1.to_x is not used in the matched description of the parent > group, rel1.to_x: ""; doesn't need to be used in the description of the child > group. > Because its state is already default. But sometime we may want to use it > explicitly. So I add this code in order to cover that case. > >
But in the Darkness theme that triggers this bug, the to_x in the parent IS used. I'm not convinced this is the right fix, but I will have to make simpler test case to show it. > Author: jaehwan > Date: 2011-11-14 03:04:37 -0800 (Mon, 14 Nov 2011) > New Revision: 65160 > Trac: http://trac.enlightenment.org/e/changeset/65160 > > Modified: > trunk/edje/src/bin/edje_cc_out.c > > Modified: trunk/edje/src/bin/edje_cc_out.c > =================================================================== > --- trunk/edje/src/bin/edje_cc_out.c 2011-11-14 09:27:29 UTC (rev 65159) > +++ trunk/edje/src/bin/edje_cc_out.c 2011-11-14 11:04:37 UTC (rev 65160) > @@ -1401,6 +1401,7 @@ > return; > } > } > + if (!name[0]) return; > > pl = mem_alloc(SZ(Part_Lookup)); > part_lookups = eina_list_append(part_lookups, pl); > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel