Fix reorder_fixup, #59583

Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
	#59583

	* gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
	warning.
This commit is contained in:
Jonathan Blandford
2001-11-02 00:13:30 +00:00
committed by Jonathan Blandford
parent 2ced30ad32
commit a2ff9e4179
10 changed files with 91 additions and 15 deletions

View File

@ -230,7 +230,8 @@ gtk_tree_selection_set_mode (GtkTreeSelection *selection,
tree,
anchor_path,
0);
gtk_tree_path_free (anchor_path);
if (anchor_path)
gtk_tree_path_free (anchor_path);
}
selection->type = type;