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
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							7b79dfbef8
						
					
				
				
					commit
					d243e3ec4a
				
			| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user