Code Cleanup
- Consistent scheme for printing project change information: always shows the progress estimation and add a notification that the project has changed if the number of tasks is changed.
This commit is contained in:
committed by
Paul Beckingham
parent
7f1d8c3682
commit
1668aef66b
@@ -459,7 +459,7 @@ std::string onProjectChange (Task& task, bool scope /* = true */)
|
||||
std::string onProjectChange (Task& task1, Task& task2)
|
||||
{
|
||||
if (task1.get ("project") == task2.get ("project"))
|
||||
return onProjectChange (task1);
|
||||
return onProjectChange (task1, false);
|
||||
|
||||
std::string messages1 = onProjectChange (task1);
|
||||
std::string messages2 = onProjectChange (task2);
|
||||
|
||||
Reference in New Issue
Block a user