Forgot to namespace this.
Fri Mar 23 16:13:43 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace this. * gtk/gtktreestore.c (gtk_tree_store_set_value): change from set_cell to set_value * gtk/gtkliststore.c (gtk_list_store_set_value): change from set_cell to set_value
This commit is contained in:
		 Jonathan Blandford
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							21fd434c5f
						
					
				
				
					commit
					b572436d35
				
			| @ -64,7 +64,7 @@ void          gtk_tree_store_set_n_columns   (GtkTreeStore *tree_store, | ||||
| void          gtk_tree_store_set_column_type (GtkTreeStore *store, | ||||
| 					      gint          column, | ||||
| 					      GType         type); | ||||
| void          gtk_tree_store_set_cell        (GtkTreeStore *tree_store, | ||||
| void          gtk_tree_store_set_value       (GtkTreeStore *tree_store, | ||||
| 					      GtkTreeIter  *iter, | ||||
| 					      gint          column, | ||||
| 					      GValue       *value); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user