]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.C
whitespace changes;
[lyx.git] / src / ColorHandler.C
index fcd516610e6a08cdbcf71a431bf3b457d75d6a8d..95912c522592b3c781e8812680eb44e7793bf479 100644 (file)
@@ -88,7 +88,7 @@ GC LyXColorHandler::getGCForeground(LColor::color c)
                val.foreground = bla;
        // Try the exact RGB values first, then the approximate.
        } else if (XAllocColor(display, colormap, &xcol) != 0) {
-               if (lyxerr.debugging()) {
+               if (lyxerr.debugging(Debug::GUI)) {
                        lyxerr << _("LyX: X11 color ") << s
                               << _(" allocated for ") 
                               << lcolor.getGUIName(c) << endl;