forked from AuroraMiddleware/gtk
let's set the path, which we're going to pass with the emission of
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the path, which we're going to pass with the emission of row_inserted, to the iter we inserted and not its sibling.
This commit is contained in:
parent
8b9531a6c6
commit
f84fca8b0a
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 5 22:54:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
|
||||
path, which we're going to pass with the emission of row_inserted, to
|
||||
the iter we inserted and not its sibling.
|
||||
|
||||
2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup):
|
||||
|
@ -1223,7 +1223,7 @@ gtk_list_store_insert_after (GtkListStore *list_store,
|
||||
validate_list_store (list_store);
|
||||
|
||||
path = gtk_tree_path_new ();
|
||||
gtk_tree_path_append_index (path, i);
|
||||
gtk_tree_path_append_index (path, i + 1);
|
||||
gtk_tree_model_row_inserted (GTK_TREE_MODEL (list_store), path, iter);
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user