GTG

Comment 12 for bug 339524

Revision history for this message
tm (toms-baugis) wrote :

Thanks for the work Kevin, Lionel - really cool!

I hope you don't mind i'll drop this little bug i found here:

Plugin could check if there are any tags on task. Otherwise it fails when grabbing the first one:

Traceback (most recent call last):
  File "/home/toms/cvs/gtg/GTG/plugins/hamster/hamster.py", line 98, in browser_cb
    self.sendTask(plugin_api.get_selected_task())
  File "/home/toms/cvs/gtg/GTG/plugins/hamster/hamster.py", line 44, in sendTask
    activity=tags[0]
IndexError: list index out of range

Regards
Toms