diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-07-18 09:17:58 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-07-18 09:17:58 +0000 |
| commit | 85f7f284bd34c9696705c781c6e4b3251ff058ba (patch) | |
| tree | beaba32fe19070b3f3c3c51ce0fb6fc7fab2516b /src | |
| parent | Correct the default for the save-as location to match the UI. Fixes bug #5613... (diff) | |
| download | inkscape-85f7f284bd34c9696705c781c6e4b3251ff058ba.tar.gz inkscape-85f7f284bd34c9696705c781c6e4b3251ff058ba.zip | |
Turn off color profile debug messages.
(bzr r9624)
Diffstat (limited to 'src')
| -rw-r--r-- | src/color-profile.cpp | 2 |
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> |
