gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02812
[Bug 604490] Re: Wrong model length for the root level
Here is my anonymized tasks, I haven't doublechecked that this actually
reproduces the error message, but hopefully it should at least give some
insight into it.
** Attachment added: "bryce_20100712.xml"
http://launchpadlibrarian.net/51769209/bryce_20100712.xml
--
Wrong model length for the root level
https://bugs.launchpad.net/bugs/604490
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:
Got this error message this morning on fresh startup.
"""
!!!!!!!! We didn't find iter_next for iter 31@1 for path (9,)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:959: GtkWarning: /build/buildd/gtk+2.0-2.20.1/gtk/gtktreemodelsort.c:2334: There is a discrepancy between the sort model and the child model. The child model is advertising a wrong length for the root level.
self.ctask_tv.set_model(ctask_modelsort)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:961: GtkWarning: _gtk_rbtree_reorder: assertion `tree->root->count == length' failed
tasktree.COL_CDATE, gtk.SORT_DESCENDING)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:963: GtkWarning: _gtk_rbtree_reorder: assertion `tree->root->count == length' failed
tasktree.COL_CDATE, self.date_sort_func,'closed')
"""
References