don't bother inserting new rows in a level with a zero refcount and

2005-08-23  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
	bother inserting new rows in a level with a zero refcount and
	immediately free the level. (Fixes #312350, reported by Markku Vire).
This commit is contained in:
Kristian Rietveld
2005-08-23 20:33:42 +00:00
committed by Kristian Rietveld
parent 346c3501d9
commit e6615bfc3b
4 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-08-23 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
bother inserting new rows in a level with a zero refcount and
immediately free the level. (Fixes #312350, reported by Markku Vire).
2005-08-23 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c: Complain when there is no index.theme file