Miscellaneous

- Minor edits of little consequence.
This commit is contained in:
Paul Beckingham 2011-09-11 23:06:51 -04:00
parent 147dd61758
commit 03e53ceaf2
3 changed files with 17 additions and 3 deletions

View file

@ -60,6 +60,7 @@ int CmdAdd::execute (std::string& output)
if (context.verbose ("new-id"))
output = format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
// TODO verbosity token.
context.footnote (onProjectChange (task));
context.tdb2.commit ();