mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Fix crash found by Matt Wilson.
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash found by Matt Wilson.
This commit is contained in:
parent
d63b7cd693
commit
b852358d0a
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
|
||||
found by Matt Wilson.
|
||||
|
||||
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||
|
@ -5835,6 +5835,7 @@ gtk_tree_view_focus_to_cursor (GtkTreeView *tree_view)
|
||||
{
|
||||
cursor_path = gtk_tree_path_new_root ();
|
||||
gtk_tree_row_reference_free (tree_view->priv->cursor);
|
||||
tree_view->priv->cursor = NULL;
|
||||
|
||||
if (tree_view->priv->selection->type == GTK_SELECTION_MULTIPLE)
|
||||
gtk_tree_view_real_set_cursor (tree_view, cursor_path, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user