From 9e81fcd4bdb089b8f8a05c6fbb586ec2a2a14924 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Jun 2020 16:04:40 +0200 Subject: Change 'observe' to 'subscribe' (and incidentally 'publish') which is more common lingo. --- src/taskmanager.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/taskmanager.cc') diff --git a/src/taskmanager.cc b/src/taskmanager.cc index 3fafb4e..1b34dde 100644 --- a/src/taskmanager.cc +++ b/src/taskmanager.cc @@ -129,7 +129,7 @@ TaskIdListPair TaskManager::moveTask(taskid_t id, taskid_t to) //task_t t = tree.data(id); // Make sure the new parent exists. This will throw an exception if it doesn't - //task_t t_ = tree.data(to); + //task_t t_ = tree.data(to); //t.parentid = to; @@ -304,7 +304,7 @@ TaskList load_tasklist_from_file(std::string file) { TaskList list; - // create MuniaDb class which handles tasks, db-flush and db-init. + // create MuniaDb class which handles tasks, db-flush and db-init. return list; } -- cgit v1.2.3