feedback: Replace taskDiff method by Task inequality operator
This commit is contained in:
committed by
Paul Beckingham
parent
efab724802
commit
4042cbf964
@@ -124,7 +124,7 @@ int CmdDenotate::execute (std::string& output)
|
||||
}
|
||||
}
|
||||
|
||||
if (taskDiff (before, task))
|
||||
if (before != task)
|
||||
{
|
||||
std::string question = format (STRING_CMD_DENO_CONFIRM,
|
||||
task.id,
|
||||
|
||||
Reference in New Issue
Block a user