mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Bug #1022
- Fix initialization of Task variables when parsing from a string. - Correction on default colors.
This commit is contained in:
parent
c8ce91e4be
commit
95df0baeae
3 changed files with 4 additions and 2 deletions
|
@ -150,6 +150,8 @@ Task::Task (const std::string& input)
|
|||
id = 0;
|
||||
urgency_value = 0.0;
|
||||
recalc_urgency = true;
|
||||
is_blocked = false;
|
||||
is_blocking = false;
|
||||
parse (input);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue