fix evil ref bug where the wrong row and a deleted row was unreffed. Found

Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
	evil ref bug where the wrong row and a deleted row was unreffed.
	Found by Darin Adler <darin@bentspoon.com>
This commit is contained in:
Jonathan Blandford
2002-02-09 01:28:00 +00:00
committed by Jonathan Blandford
parent 7b79dfbef8
commit d243e3ec4a
10 changed files with 69 additions and 8 deletions

View File

@ -71,6 +71,9 @@ GtkListStore *gtk_list_store_newv (gint n_columns,
void gtk_list_store_set_column_types (GtkListStore *list_store,
gint n_columns,
GType *types);
/* NOTE: use gtk_tree_model_get to get values from a GtkListStore */
void gtk_list_store_set_value (GtkListStore *list_store,
GtkTreeIter *iter,
gint column,