** Changed in: gtg
Status: Fix Released => Fix Committed
--
[gtg-refactor] Task editor does not load for existing tasks
https://bugs.launchpad.net/bugs/529259
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!: Fix Committed
Bug description:
On launching fresh gtg using ./scripts/debug.sh and then clicking on one of the
tasks, the task editor does not launch, and the following error is printed to
console:
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg-refactor/GTG/taskbrowser/browser.py", line
1298, in on_edit_active_task
self.open_task(tid)
File "/home/bryce/src/gtg/gtg-refactor/GTG/viewmanager/manager.py", line 75,
in open_task
clipboard = self.clipboard)
File "/home/bryce/src/gtg/gtg-refactor/GTG/taskeditor/editor.py", line 145,
in __init__
self.textview.removesubtask_callback(task.remove_subtask)
AttributeError: Task instance has no attribute 'remove_subtask'
_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help : https://help.launchpad.net/ListHelp