~gtg-user/gtg/gmail-like-ui

« back to all changes in this revision

Viewing changes to GTG/taskbrowser/browser.py

  • Committer: Lionel Dricot
  • Date: 2010-01-07 16:46:49 UTC
  • mfrom: (524.1.6 gtg.local)
  • Revision ID: ploum@ploum.net-20100107164649-c0ppt2c5k3pzou7e
tags name are now properly escaped, fix bug #497397

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        #self._init_note_support()
147
147
        
148
148
        #Shared clipboard
149
 
        self.clipboard = clipboard.TaskClipboard()
 
149
        self.clipboard = clipboard.TaskClipboard(self.req)
150
150
 
151
151
### INIT HELPER FUNCTIONS #####################################################
152
152
#