Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/bin
Modified Files:
edje_cc_out.c
Log Message:
when a font cannot be loaded (because -fd was omitted, for example), just print a
warning instead of an error message. i.e., fonts are treated the same way images are.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- edje_cc_out.c 6 Oct 2004 05:25:03 -0000 1.26
+++ edje_cc_out.c 9 Oct 2004 16:23:29 -0000 1.27
@@ -194,9 +194,8 @@
}
if (!fdata)
{
- fprintf(stderr, "%s: Error. unable to write font part \"%s\" entry to %s
\n",
- progname, fn->file, file_out);
- ABORT_WRITE(ef, file_out);
+ fprintf(stderr, "%s: Warning. unable to open font \"%s\" for inclusion in
output\n",
+ progname, fn->file);
}
else
{
@@ -366,7 +365,6 @@
for (ll = pc->parts; ll; ll = ll->next)
{
Edje_Part *ep;
- Evas_List *l3;
Edje_Part_Description *epd;
ep = ll->data;
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs