diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-03-07 21:18:28 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-03-07 21:18:28 +0000 |
commit | ec7c323ca1da52b8e20588ffa5d257a5bcbc1c94 (patch) | |
tree | 2e821a6d8d70ffcbd3dcac08cd24a1abbd696445 /ChangeLog.pre-2-0 | |
parent | 9d54c79468cce68a463b27c10c86e3ca2eb97b7e (diff) | |
download | gtk+-ec7c323ca1da52b8e20588ffa5d257a5bcbc1c94.tar.gz |
increase value of new_location by one if cmp_a > 0 and we hit the end of
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase
value of new_location by one if cmp_a > 0 and we hit the end of
the list.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 61273af853..0a4e21fe42 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase + value of new_location by one if cmp_a > 0 and we hit the end of + the list. + Thu Mar 7 10:31:57 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_timer): Fix problem where |