summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-18 09:17:58 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-18 09:17:58 +0000
commit85f7f284bd34c9696705c781c6e4b3251ff058ba (patch)
treebeaba32fe19070b3f3c3c51ce0fb6fc7fab2516b /src
parentCorrect the default for the save-as location to match the UI. Fixes bug #5613... (diff)
downloadinkscape-85f7f284bd34c9696705c781c6e4b3251ff058ba.tar.gz
inkscape-85f7f284bd34c9696705c781c6e4b3251ff058ba.zip
Turn off color profile debug messages.
(bzr r9624)
Diffstat (limited to 'src')
-rw-r--r--src/color-profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index 43709793c..a8238556c 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -2,7 +2,7 @@
# include "config.h"
#endif
-#define DEBUG_LCMS
+#define noDEBUG_LCMS
#include <glib/gstdio.h>
#include <sys/fcntl.h>