gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02811
[Bug 604490] [NEW] Wrong model length for the root level
Public bug reported:
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')
"""
** Affects: gtg
Importance: Undecided
Status: New
--
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')
"""
Follow ups
References