Make ITERS_PERSIST correct
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
This commit is contained in:
committed by
Jonathan Blandford
parent
f79770ca69
commit
916b161027
@ -943,7 +943,6 @@ gtk_tree_store_remove (GtkTreeStore *tree_store,
|
||||
path = gtk_tree_store_get_path (GTK_TREE_MODEL (tree_store), iter);
|
||||
g_node_destroy (G_NODE (iter->user_data));
|
||||
|
||||
tree_store->stamp++;
|
||||
gtk_tree_model_row_deleted (GTK_TREE_MODEL (tree_store), path);
|
||||
|
||||
if (parent != G_NODE (tree_store->root))
|
||||
|
||||
Reference in New Issue
Block a user