Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        signals_image.c 


Log Message:
don't annoy poor users with strange debugging output if it's not requested ;)

===================================================================
RCS file: /cvs/e/e17/apps/entice/src/bin/signals_image.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- signals_image.c     5 Sep 2005 12:21:49 -0000       1.15
+++ signals_image.c     1 May 2007 17:26:19 -0000       1.16
@@ -520,7 +520,9 @@
 _entice_image_signal_debug(void *data, Evas_Object * o, const char *emission,
                            const char *source)
 {
+#if DEBUG
    fprintf(stderr, "Emission: %s - Source: %s\n", emission, source);
+#endif
 }
 
 void



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to