Heh, now it starts. BACKPORT! :) On Thu, Aug 30, 2012 at 8:28 AM, Enlightenment SVN <[email protected]> wrote: > Log: > edje: check the number of parameter for edc. > > > Author: cedric > Date: 2012-08-30 04:28:07 -0700 (Thu, 30 Aug 2012) > New Revision: 75876 > Trac: http://trac.enlightenment.org/e/changeset/75876 > > Modified: > trunk/edje/ChangeLog trunk/edje/NEWS trunk/edje/src/bin/edje_cc_handlers.c > trunk/edje/src/bin/edje_cc_out.c > > Modified: trunk/edje/ChangeLog > =================================================================== > --- trunk/edje/ChangeLog 2012-08-30 11:26:00 UTC (rev 75875) > +++ trunk/edje/ChangeLog 2012-08-30 11:28:07 UTC (rev 75876) > @@ -577,3 +577,7 @@ > 2012-08-30 Carsten Haitzler (The Rasterman) > > 1.7.0 release > + > +2012-08-30 Cedric Bail > + > + * Check the number of parameter for image in edc. > > Modified: trunk/edje/NEWS > =================================================================== > --- trunk/edje/NEWS 2012-08-30 11:26:00 UTC (rev 75875) > +++ trunk/edje/NEWS 2012-08-30 11:28:07 UTC (rev 75876) > @@ -1,3 +1,16 @@ > +Edje 1.8.0 > + > +Changes since Edje 1.8.0: > +------------------------- > + > +Additions: > + > +Improvements: > + * Check the number of parameter for image in edc. > + > +Fixes: > + > + > Edje 1.7.0 > > Changes since Edje 1.2.0: > > Modified: trunk/edje/src/bin/edje_cc_handlers.c > =================================================================== > --- trunk/edje/src/bin/edje_cc_handlers.c 2012-08-30 11:26:00 UTC (rev > 75875) > +++ trunk/edje/src/bin/edje_cc_handlers.c 2012-08-30 11:28:07 UTC (rev > 75876) > @@ -1238,6 +1238,8 @@ > unsigned int i; > int v; > > + check_min_arg_count(2); > + > if (!edje_file->image_dir) > edje_file->image_dir = mem_alloc(SZ(Edje_Image_Directory)); > > > Modified: trunk/edje/src/bin/edje_cc_out.c > =================================================================== > --- trunk/edje/src/bin/edje_cc_out.c 2012-08-30 11:26:00 UTC (rev 75875) > +++ trunk/edje/src/bin/edje_cc_out.c 2012-08-30 11:28:07 UTC (rev 75876) > @@ -225,7 +225,6 @@ > { > unsigned int i; > > - /* FIXME: This check sounds like not a useful one */ > if (epd->image.id == -1 && epd->common.visible) > WRN("Collection %s(%i): image attributes missing for " > "part \"%s\", description \"%s\" %f", > > > ------------------------------------------------------------------------------ > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
-- Eduardo de Barros Lima ◤✠◢ [email protected] ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
