Bug, Reorg

- Fixed bug in journal annotations that omitted \n characters for
  certain events, creating an unreadable journal entry.
- Relocated the 'Total active time' into the journal table, made
  the text bold, and changed from "Xh XXm" format to Duration::format.
This commit is contained in:
Paul Beckingham
2011-01-20 10:40:32 -05:00
parent 200fbe3334
commit e301cda990
2 changed files with 25 additions and 29 deletions

View File

@@ -506,7 +506,7 @@ std::string taskInfoDifferences (const Task& before, const Task& after)
{
out << "annotation added '"
<< after.get (*name)
<< "'";
<< "'\n";
}
else
out << *name
@@ -542,7 +542,7 @@ std::string taskInfoDifferences (const Task& before, const Task& after)
{
out << "annotation '"
<< after.get (*name)
<< "'";
<< "'\n";
}
else
out << *name