- Updated themes to include blank entries for the new color.tag.none
  and color.project.none rules.
This commit is contained in:
Paul Beckingham
2010-08-30 20:37:44 -04:00
parent d85feef7ea
commit f2a5dde3a6
9 changed files with 26 additions and 8 deletions

View File

@@ -1965,7 +1965,7 @@ int handleColor (std::string &outs)
// actual colors.
if (*item != "_forcecolor" &&
*item != "color" &&
item->find ("color") != std::string::npos)
item->find ("color") == 0)
{
int row = table.addRow ();
table.addCell (row, 0, *item);