gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02765
[Bug 543647] Re: unknown type (null) in tag_sort_func
** Changed in: gtg
Status: Incomplete => Invalid
--
unknown type (null) in tag_sort_func
https://bugs.launchpad.net/bugs/543647
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!: Invalid
Bug description:
I upgraded my tasks to the 0.3 branch today. After installing it, on starting it up, amongst other things I notice this printed many times:
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
...etc...
This also prints out a bunch when I click on tags or even just Alt-Tab from one app to another and back.
References