~invernizzi/gtg/daily-rules

« back to all changes in this revision

Viewing changes to GTG/plugins/rtm_sync/genericTask.py

  • Committer: Luca Invernizzi
  • Date: 2010-05-14 09:34:53 UTC
  • mfrom: (643.1.8 0.3)
  • Revision ID: invernizzi.l@gmail.com-20100514093453-9zcj1o3iwygla1np
Backporting due to popular demand: rtm gets task description sync (fixing bug #516406)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        # (where GET is fast, but SET is slow)
37
37
        if self.title != task.title:
38
38
            self.title = task.title
39
 
            #    if self.text != task.text:
40
 
                #self.text = task.text
 
39
        if self.text != task.text:
 
40
            self.text = task.text
41
41
        if self.status != task.status:
42
42
            self.status = task.status
43
43
        if self.due_date != task.due_date: