summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-04-08 20:37:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-08 20:37:51 +0000
commit4df90d3150a37838f76c5ef683bc4d3ce77e3b6c (patch)
tree268602920a7079c26f9d4b919f98fed2016a6328 /gdk-pixbuf
parent533e3544fc49a388ebfa50db089b6e663dbd0f7e (diff)
downloadgdk-pixbuf-4df90d3150a37838f76c5ef683bc4d3ce77e3b6c.tar.gz
No debugging output, please.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog4
-rw-r--r--gdk-pixbuf/io-pcx.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 449606314..f451523b2 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-08 Matthias Clasen <mclasen@redhat.com>
+
+ * io-pcx.c: No debugging output, please.
+
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* io-bmp.c (DecodeColormap): Initialize the colormap to
diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c
index d1042cb7d..7a5ac66bf 100644
--- a/gdk-pixbuf/io-pcx.c
+++ b/gdk-pixbuf/io-pcx.c
@@ -27,7 +27,7 @@
#include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-io.h"
-#define PCX_DEBUG
+#undef PCX_DEBUG
#define PCX_TASK_DONE 0
#define PCX_TASK_LOAD_HEADER 1