Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave/src/lib


Modified Files:
        engrave_out.c 


Log Message:
Make it compile edje's silently, as discussed on the ML and IRC.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_out.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- engrave_out.c       8 Feb 2006 04:38:47 -0000       1.31
+++ engrave_out.c       7 Mar 2006 14:31:18 -0000       1.32
@@ -149,7 +149,7 @@
   if (fontdir) snprintf(fpart, sizeof(fpart), "-fd %s", fontdir);
   else fpart[0] = '\0';
 
-  snprintf(cmd, sizeof(cmd), "edje_cc -v %s %s %s %s", 
+  snprintf(cmd, sizeof(cmd), "edje_cc %s %s %s %s", 
                                       ipart, fpart, tmpn, path);
   ret = system(cmd);
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to