TW-1595: info command doesn't print urgency details, if urgency is negative
- Thanks to Peter Rochen.
This commit is contained in:
@@ -393,7 +393,7 @@ int CmdInfo::execute (std::string& output)
|
||||
|
||||
// Create a second table, containing urgency details, if necessary.
|
||||
ViewText urgencyDetails;
|
||||
if (task->urgency () > 0.0)
|
||||
if (task->urgency () != 0.0)
|
||||
{
|
||||
if (context.color ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user