mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
This commit is contained in:
parent
e042bc63dd
commit
3b30570aad
@ -1,3 +1,8 @@
|
||||
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
|
||||
|
||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
|
||||
|
||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
|
||||
|
||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
|
||||
|
||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
|
||||
|
||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||
|
@ -455,7 +455,7 @@ gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
|
||||
{
|
||||
GtkTreePath *path;
|
||||
|
||||
path = gtk_tree_model_get_path (*model, &iter);
|
||||
path = gtk_tree_model_get_path (selection->tree_view->priv->model, &iter);
|
||||
list = g_list_append (list, path);
|
||||
|
||||
return list;
|
||||
|
Loading…
Reference in New Issue
Block a user