forked from AuroraMiddleware/gtk
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:
parent
f79770ca69
commit
916b161027
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct
|
||||
|
||||
Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se>
|
||||
|
||||
* gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user