← Back to team overview

gtg team mailing list archive

[Bug 529743] Re: [gtg-refactor] Error deleting task from taskeditor

 

** Changed in: gtg
     Assignee: (unassigned) => Luca Invernizzi (invernizzi)

-- 
[gtg-refactor] Error deleting task from taskeditor
https://bugs.launchpad.net/bugs/529743
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: New

Bug description:
Found this bug on the gtg-refactor branch.
Steps to reproduce:

1. Launch new gtg './scripts/debug.sh'
2. Doubleclick 'Getting started with GTG' to pop up the task editor
3. Click the trashcan icon to delete the task

Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg-refactor-browser-cleanup/GTG/taskeditor/editor.py", line 545, in delete_task
    result = self.delete(widget,[self.task.get_id()])
TypeError: delete_tasks() takes exactly 2 arguments (3 given)

Deleting from the taskbrowser works fine though.





References