- Removed overwriting of colors in autoColorize.

This commit is contained in:
Paul Beckingham 2008-05-24 23:32:29 -04:00
parent 45a25ca47b
commit 148088c775

View file

@ -60,8 +60,7 @@ void initializeColorRules (Config& conf)
////////////////////////////////////////////////////////////////////////////////
void autoColorize (T& task, Text::color& fg, Text::color& bg)
{
fg = Text::nocolor;
bg = Text::nocolor;
// Note: fg, bg already contain colors specifically assigned via command.
// Colorization of the tagged.
if (gsFg["color.tagged"] != Text::nocolor ||