mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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.
This commit is contained in:
parent
9d54c79468
commit
ec7c323ca1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -2056,6 +2056,7 @@ gtk_tree_store_sort_iter_changed (GtkTreeStore *tree_store,
|
||||
|
||||
if ((!node->next) && (cmp_a > 0))
|
||||
{
|
||||
new_location++;
|
||||
node->next = G_NODE (iter->user_data);
|
||||
node->next->prev = node;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user