- Fixed bug #564, which allowed the deletion of parent recurring tasks (thanks
  to Peter De Poorter).
This commit is contained in:
Paul Beckingham 2010-12-27 00:22:57 -05:00
parent 367c32c050
commit 3d7bb9d253
11 changed files with 44 additions and 44 deletions

View file

@ -81,6 +81,7 @@ bool Task::operator== (const Task& other)
////////////////////////////////////////////////////////////////////////////////
Task::Task (const std::string& input)
{
id = 0;
parse (input);
}