mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
fix stupid thinko.
2005-10-28 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix stupid thinko.
This commit is contained in:
parent
04f94a98f2
commit
c50df41b52
@ -1,3 +1,8 @@
|
||||
2005-10-28 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
|
||||
stupid thinko.
|
||||
|
||||
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-10-28 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
|
||||
stupid thinko.
|
||||
|
||||
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
||||
|
@ -1709,7 +1709,7 @@ gtk_tree_model_filter_row_deleted (GtkTreeModel *c_model,
|
||||
break;
|
||||
}
|
||||
|
||||
if (v_indices[level] > c_indices[level])
|
||||
if (common_prefix && v_indices[level] > c_indices[level])
|
||||
(v_indices[level])--;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user