]> Pileus Git - ~andy/gtk/commit
Remove broken logic in backwards walks in validate_visible_area()
authorKristian Rietveld <kris@gtk.org>
Sun, 23 Aug 2009 20:01:39 +0000 (22:01 +0200)
committerKristian Rietveld <kris@gtk.org>
Sun, 23 Aug 2009 20:06:16 +0000 (22:06 +0200)
commit4449acbb82ece37acbf6189e43c3d75240a54052
treed1a2c913b8c0ba9df7a3fad524e0a88220de5547
parent7b4f09a589de2abae42fab87805e468e467b8c50
Remove broken logic in backwards walks in validate_visible_area()

In validate_visible_area() it was assumed that gtk_tree_path_prev()
would always return the correct path of the preceding node.  This is
obviously not true.  The if-clause has been removed so that we now
always use _gtk_tree_view_find_path() to get the path from the tree,
node.
gtk/gtktreeview.c