diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 6b0447dd5..e3e99eb1f 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -134,6 +134,7 @@ void TF2::add_line (const std::string& line) { // std::cout << "# TF2::add_line " << _file._data << "\n"; + _lines.push_back (line); _added_lines.push_back (line); _dirty = true; } @@ -466,17 +467,17 @@ void TDB2::modify (const Task& task) else pending.modify_task (task); - // TODO Add undo data lines: // time