mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Remove duplicate modify call to TDB2. - Check if quitting in bulk change only if permission fails. - Correct test logic (the unit for each operation is the second, not the day). - Consistency in test for feature.1013.t - Correctly color deleted tasks. test
This commit is contained in:
parent
39456a3243
commit
160260ff48
13 changed files with 34 additions and 35 deletions
|
@ -273,7 +273,7 @@ static void colorizeCompleted (Task& task, const Color& base, Color& c)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
static void colorizeDeleted (Task& task, const Color& base, Color& c)
|
||||
{
|
||||
if (task.getStatus () == Task::completed)
|
||||
if (task.getStatus () == Task::deleted)
|
||||
c.blend (base);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue