GTG

Merge lp:~kees/gtg/lp-562604 into lp:~gtg/gtg/old-trunk

Proposed by Kees Cook
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kees/gtg/lp-562604
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 14 lines (+1/-1)
1 file modified
GTG/plugins/export/export.py (+1/-1)
To merge this branch: bzr merge lp:~kees/gtg/lp-562604
Reviewer Review Type Date Requested Status
Bryce Harrington Pending
Review via email: mp+23359@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GTG/plugins/export/export.py'
2--- GTG/plugins/export/export.py 2010-03-17 00:00:33 +0000
3+++ GTG/plugins/export/export.py 2010-04-13 22:04:15 +0000
4@@ -195,9 +195,9 @@
5 task.get_status(),
6 str(task.get_modified()),
7 str(task.get_due_date()),
8+ str(task.get_closed_date()),
9 str(task.get_start_date()),
10 str(task.get_days_left()),
11- str(task.get_closed_date()),
12 map(lambda t: t.get_name(), task.get_tags()))
13
14 def is_task_in_timespan (self, task, days):

Subscribers

People subscribed via source and target branches

to status/vote changes: