Bug #1022
- Fix initialization of Task variables when parsing from a string. - Correction on default colors.
This commit is contained in:
committed by
Paul Beckingham
parent
c8ce91e4be
commit
95df0baeae
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user