diff options
author | Jonathan Blandford <jrb@redhat.com> | 2005-08-20 20:16:34 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2005-08-20 20:16:34 +0000 |
commit | 320c78ce86b576bceb2b5136d358a1701aae1444 (patch) | |
tree | fa88e82c75a94f35d710c3fa61d2cacbddb70927 /ChangeLog.pre-2-8 | |
parent | 4e6442f41107e212a69190925ae1d5442be75995 (diff) | |
download | gtk+-320c78ce86b576bceb2b5136d358a1701aae1444.tar.gz |
clear scroll_to_path if the model changes.
Sat Aug 20 16:12:14 2005 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_model): clear
scroll_to_path if the model changes.
* gtk/gtkiconview.c: (gtk_icon_view_destroy),
(gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
(gtk_icon_view_scroll_to_path): Handle scrolling to a path before
we're realized, #312798
(gtk_icon_view_set_model): clear scroll_to_path if the model
changes.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f93e4b7c7d..a0c88cc9fc 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Sat Aug 20 16:12:14 2005 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_set_model): clear + scroll_to_path if the model changes. + + * gtk/gtkiconview.c: (gtk_icon_view_destroy), + (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor), + (gtk_icon_view_scroll_to_path): Handle scrolling to a path before + we're realized, #312798 + (gtk_icon_view_set_model): clear scroll_to_path if the model + changes. + 2005-08-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_adjustment_changed) |