Bug Fix - #371 color.due clobbered by color.alternate

- Fixed bug #371 which caused task to mis-apply certain color rules, like
  color.alternate, which was (a) not applied first, and (b) not blended
  with the other color rules (thanks to Richard Querin).
This commit is contained in:
Paul Beckingham 2010-02-06 12:22:20 -05:00
parent 58910b07ef
commit 2b2795077b
3 changed files with 67 additions and 34 deletions

View file

@ -80,6 +80,9 @@
+ Fixed bug #370 which prevented the removal of a due date from a task,
mis-identifying the task as recurring just because it had a due date
(thanks to John Florian).
+ Fixed bug #371 which caused task to mis-apply certain color rules, like
color.alternate, which was (a) not applied first, and (b) not blended
with the other color rules (thanks to Richard Querin).
------ old releases ------------------------------