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