mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColScheduled: Fixed bug where the wrong column label was used
This commit is contained in:
parent
a9063284d9
commit
f3b28374c2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void ColumnScheduled::setStyle (const std::string& value)
|
|||
{
|
||||
_style = value;
|
||||
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_DUE)
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
|
||||
_label = STRING_COLUMN_LABEL_COUNT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue