Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_util.c 


Log Message:


less noisy debug

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- edje_util.c 19 Aug 2006 18:22:01 -0000      1.82
+++ edje_util.c 30 Aug 2006 13:23:57 -0000      1.83
@@ -1107,17 +1107,11 @@
          }
        if ((ed->w > 8000) || (ed->h > 8000))
          {
-            printf("EDJE ERROR: An element in file %s, group %s has a non 
expandable\n"
-                   "part not marked as fixed size in one dimension. This 
needs\n"
-                   "to be fixed in the source .edc by adding:\n"
-                   "  fixed: 1 1;\n"
-                   "to the part that cannot expand in size if the Edje object 
does.\n",
+            printf("EDJE ERROR: file %s, group %s has a non-fixed part. add 
fixed: 1 1; ???\n",
                    ed->path, ed->part);
             if (pep)
-              printf("The part suspected causing this problem is:\n"
-                     "  part: \"%s\"\n",
-                     pep->part->name);
-            printf("Will recalc min size not allowing broken parts to affect 
the result.\n");
+              printf("  Problem part is: %s\n", pep->part->name);
+            printf("  Will recalc min size not allowing broken parts to affect 
the result.\n");
             if (reset_maxwh)
               {
                  reset_maxwh = 0;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to