diff options
author | Darin Adler <darin@src.gnome.org> | 2002-03-07 06:04:03 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-03-07 06:04:03 +0000 |
commit | 1845cc4349b250bf4cf99c6c9c4db98414a15c03 (patch) | |
tree | 872f7a1e6e5fb8ff2d760b8ecc0a535a9a9220aa /ChangeLog.pre-2-0 | |
parent | 95ab890de04c30af4260b15b3403e4dac7484f1a (diff) | |
download | gtk+-1845cc4349b250bf4cf99c6c9c4db98414a15c03.tar.gz |
Update offsets before finding where to insert the new value.
* gtk/gtktreemodelsort.c: (gtk_tree_model_sort_insert_value):
Update offsets before finding where to insert the new value.
* gtk/gtktreeview.c: (validate_visible_area): Make sure we redraw when
we scroll, instead of just updating the scroll position variables.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 775cd96ad2..2f67c70e5e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,11 @@ +2002-03-06 Darin Adler <darin@bentspoon.com> + + * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_insert_value): + Update offsets before finding where to insert the new value. + + * gtk/gtktreeview.c: (validate_visible_area): Make sure we redraw when + we scroll, instead of just updating the scroll position variables. + 2002-03-06 Manish Singh <yosh@gimp.org> * gdk/Makefile.am |