- Instead of checking if a date in its epoch representation has changed, 'task
  edit' checks if a date has changed in its 'dateformat' representation.
- The check has not been extended to the annotations for a technical reason
  (bug #705).

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Louis-Claude Canon 2012-04-29 12:14:14 +02:00 committed by Paul Beckingham
parent ba48cc35d8
commit 8b18ee6f50
2 changed files with 31 additions and 51 deletions

View file

@ -41,7 +41,6 @@ public:
private:
std::string findValue (const std::string&, const std::string&);
std::string findDate (const std::string&, const std::string&);
std::string formatDate (Task&, const std::string&);
std::string formatTask (Task);
void parseTask (Task&, const std::string&);