gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01925
[Bug 543647] Re: unknown type (null) in tag_sort_func
This patch addresses the symptom enough that gtg will continue on and
load, but doesn't resolve where the bad iter1 came from to begin with.
** Patch added: "catch_bad_iter_in_tag_sort_func.patch"
http://launchpadlibrarian.net/45247904/catch_bad_iter_in_tag_sort_func.patch
** Changed in: gtg
Importance: Undecided => Medium
** Changed in: gtg
Milestone: None => 0.3
--
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!: New
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