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:
committed by
Jonathan Blandford
parent
2ced30ad32
commit
a2ff9e4179
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user