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:
		
				
					committed by
					
						
						Jonathan Blandford
					
				
			
			
				
	
			
			
			
						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>
 | 
					2003-03-29  Matthias Clasen  <maclas@gmx.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
						* 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>
 | 
					2003-03-29  Matthias Clasen  <maclas@gmx.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
						* 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>
 | 
					2003-03-29  Matthias Clasen  <maclas@gmx.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
						* 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>
 | 
					2003-03-29  Matthias Clasen  <maclas@gmx.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
						* 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>
 | 
					2003-03-29  Matthias Clasen  <maclas@gmx.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
						* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
 | 
				
			||||||
 | 
				
			|||||||
@ -455,7 +455,7 @@ gtk_tree_selection_get_selected_rows (GtkTreeSelection   *selection,
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
	  GtkTreePath *path;
 | 
						  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);
 | 
						  list = g_list_append (list, path);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	  return list;
 | 
						  return list;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user