- Removed the urgency rating from the info report.  Otherwise, we
  will need to explain it, and without the corresponding new next
  report, what can we say?  It will be reenabled later.
This commit is contained in:
Paul Beckingham 2010-10-09 12:27:57 -04:00
parent bde1e0dd9a
commit b609cdb8a0

View file

@ -626,9 +626,10 @@ int handleInfo (std::string &outs)
} }
// Task::urgency // Task::urgency
row = table.addRow (); // TODO Enable this later. This was for testing.
table.addCell (row, 0, "Urgency"); //row = table.addRow ();
table.addCell (row, 1, task->urgency ()); //table.addCell (row, 0, "Urgency");
//table.addCell (row, 1, task->urgency ());
// If an alternating row color is specified, notify the table. // If an alternating row color is specified, notify the table.
if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor")) if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor"))