TDB2
- Fixed problem with backlog - TDB2::modify should call backlog.add_task but was calling backlog.modify_task.
This commit is contained in:
@@ -480,7 +480,7 @@ void TDB2::modify (const Task& task)
|
||||
undo.add_line ("---\n");
|
||||
|
||||
// Add modified task to backlog.
|
||||
backlog.modify_task (task);
|
||||
backlog.add_task (task);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user