Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_misc.c 


Log Message:
- we do in fact want these in there for now

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_misc.c  18 Oct 2005 08:57:05 -0000      1.18
+++ ewl_misc.c  18 Oct 2005 15:00:53 -0000      1.19
@@ -879,7 +879,7 @@
                FREE(w);
                cleanup++;
        }
-       /*printf("Destroyed %d EWL objects\n", cleanup);*/
+       printf("Destroyed %d EWL objects\n", cleanup);
 
        cleanup = 0;
 
@@ -887,7 +887,7 @@
                evas_object_del(obj);
                cleanup++;
        }
-       /*printf("Destroyed %d Evas Objects\n", cleanup);*/
+       printf("Destroyed %d Evas Objects\n", cleanup);
 
        cleanup = 0;
 
@@ -895,7 +895,7 @@
                evas_free(evas);
                cleanup++;
        }
-       /*printf("Destroyed %d Evas\n", cleanup);*/
+       printf("Destroyed %d Evas\n", cleanup);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to