]> Pileus Git - ~andy/gtk/commit
treeview: Fix comparison to catch all cases
authorBenjamin Otte <otte@redhat.com>
Tue, 24 Jan 2012 14:44:03 +0000 (15:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 24 Jan 2012 16:55:14 +0000 (17:55 +0100)
commit2f3ffd5fde41c7e62a30ea2579234c9e9d74b51b
tree8b259d5d23a01dd170bac2b935cd4c12ed6ffaee
parent080f8740f27db22e7dc556723505753e3a937580
treeview: Fix comparison to catch all cases

Otherwise, we could sometimes fail to update the cursor node when the
right row was deleted.

Also, I'd like to file a formal complaint that this node/tree
differentiation makes writing comparisons too complicated.

https://bugzilla.gnome.org/show_bug.cgi?id=668169
gtk/gtktreeview.c