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:
Kristian Rietveld
2002-02-05 21:53:51 +00:00
committed by Kristian Rietveld
parent 8b9531a6c6
commit f84fca8b0a
8 changed files with 43 additions and 1 deletions

View File

@ -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):