]> Pileus Git - ~andy/gtk/commit
Bug 573321 – additional check in gtk_tree_model_filter_convert_*
authorKristian Rietveld <kris@gtk.org>
Thu, 30 Jul 2009 12:35:09 +0000 (14:35 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 30 Jul 2009 18:24:31 +0000 (20:24 +0200)
commitbce2a5173de6dea42d7cfeee88ab84f8cc6c95b0
treeaab435f034025a2a92d1fe351ea3be8ea2d9815c
parent069a593b0fc73cffe2015558a0c8160c92c61465
Bug 573321 – additional check in gtk_tree_model_filter_convert_*

Added checks to see whether the passed iterators are not the same in
convert_child_iter_to_iter() and iter_to_child_iter() functions in both
the sort and filter models.

Fixes bug 573321, suggestion by Vadim Godunko.
gtk/gtktreemodelfilter.c
gtk/gtktreemodelsort.c