]> Pileus Git - ~andy/gtk/commit
treemodelfilter: handle another case in check_ancestors
authorKristian Rietveld <kris@gtk.org>
Sun, 10 Jul 2011 14:24:05 +0000 (16:24 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:32 +0000 (21:30 +0200)
commit2984e22ef0b95e23656b1adc502070ef0d104acb
tree78c3465642f3cf268656eb3068adf2977ce98685
parent52de413d43c410f0794fe55f9ef5d5deb3562aa4
treemodelfilter: handle another case in check_ancestors

In gtk_tree_model_filter_check_ancestors(), also handle the case when
a node is already in the cache, but invisible, in the root level.
With the upcoming changes to GtkTreeModelFilter's ref counting this
case can occur.
gtk/gtktreemodelfilter.c