- Fixed bug in annotations that caused it to echo back the original
  description, instead of the new annotation, when adding a new
  annotation.
This commit is contained in:
Paul Beckingham 2009-07-03 01:30:58 -04:00
parent bd89287f05
commit 543fc1727d

View file

@ -1221,7 +1221,7 @@ std::string handleAnnotate ()
out << "Annotated " out << "Annotated "
<< task->id << task->id
<< " with '" << " with '"
<< task->get ("description") << context.task.get ("description")
<< "'" << "'"
<< std::endl; << std::endl;
} }