GNOME Bugzilla – Bug 488119
critical warnings from gtk_tree_view_get_visible_range
Last modified: 2008-06-08 12:47:28 UTC
I am seeing warnings from this function in gnome-system-log:
+ Trace 171302
See also https://bugzilla.redhat.com/show_bug.cgi?id=321701
Created attachment 97458 [details] [review] a patch Kris, does this patch look correct ?
*** Bug 469094 has been marked as a duplicate of this bug. ***
The patch looks okay to me, although it is a little weird that find_offset() fails here. Does the GtkTreeView in question not have a full page with items? In such a case, finding the end path at dy + page_size will of course fail and we probably want to return the last path in the rbtree. I can we can commit this patch for now, I will look at the case outlined above later on.
*** Bug 501115 has been marked as a duplicate of this bug. ***
*** Bug 465690 has been marked as a duplicate of this bug. ***
Committed on trunk.