Enlightenment CVS committal Author : rephorm Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/bin Modified Files: edje_cc_out.c Log Message: Require that groups have a name. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_out.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- edje_cc_out.c 23 Jan 2006 15:13:44 -0000 1.44 +++ edje_cc_out.c 29 Jan 2006 06:05:16 -0000 1.45 @@ -476,6 +476,18 @@ ecore_shutdown(); } + /* check that all groups have names */ + for (l = edje_file->collection_dir->entries; l; l = l->next) + { + Edje_Part_Collection_Directory_Entry *de; + de = l->data; + if (!de->entry) + { + fprintf(stderr, "%s: Error. collection %i: name missing.\n", + progname, de->id); + ABORT_WRITE(ef, file_out); + } + } /* sanity checks for parts and programs */ for (l = edje_collections; l; l = l->next) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs