- Added YouTube reference to new movie.

- Corrected coloration in "task calendar" command.
This commit is contained in:
Paul Beckingham
2008-06-03 23:16:40 -04:00
parent 74e77e4dc5
commit 787b3b4a51
4 changed files with 5 additions and 6 deletions

View File

@@ -1856,7 +1856,7 @@ std::string renderMonth (
due.year () == year)
{
table.setCellFg (row, dow + 1, Text::black);
table.setCellBg (row, dow + 1, d < today.day () ? Text::on_red : Text::on_yellow);
table.setCellBg (row, dow + 1, due < today ? Text::on_red : Text::on_yellow);
}
}