~taskcoach-developers/taskcoach/1.3

« back to all changes in this revision

Viewing changes to taskcoachlib/gui/viewer/task.py

  • Committer: fniessink
  • Date: 2012-09-15 20:26:39 UTC
  • Revision ID: svn-v4:648457a2-254a-0410-87ef-a9f7caebb725:branches/Release1_3_Branch/taskcoach:5569
Don't use "she" to refer to a user. Don't use "she/he" either, it's ugly. Work around it by using plural (users, they).

Show diffs side-by-side

added added

removed removed

Lines of Context:
767
767
            edited inline. '''
768
768
        event.Skip()
769
769
        if not self.isTreeViewer():
770
 
            # Restore the recursive subject. Here we don't care whether the user
771
 
            # actually changed the subject. If she did, the subject will updated
772
 
            # via the regular notification mechanism.
 
770
            # Restore the recursive subject. Here we don't care whether users
 
771
            # actually changed the subject. If they did, the subject will 
 
772
            # be updated via the regular notification mechanism.
773
773
            treeItem = event.GetItem()
774
774
            editedTask = self.widget.GetItemPyData(treeItem)
775
775
            self.widget.SetItemText(treeItem, editedTask.subject(recursive=True))