forked from AuroraMiddleware/gtk
Fix cut-n-paste bug.
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix cut-n-paste bug.
This commit is contained in:
parent
a498ae5ae2
commit
166894bd8b
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
|
||||
cut-n-paste bug.
|
||||
|
||||
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
|
||||
|
@ -634,7 +634,7 @@ gtk_tree_selection_unselect_iter (GtkTreeSelection *selection,
|
||||
if (path == NULL)
|
||||
return;
|
||||
|
||||
gtk_tree_selection_select_path (selection, path);
|
||||
gtk_tree_selection_unselect_path (selection, path);
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user