fix a typo which caused this whole thing to not function ...
2006-01-14 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix a typo which caused this whole thing to not function ...
This commit is contained in:

committed by
Kristian Rietveld

parent
f396a237dd
commit
8700ff7bcf
@ -1,3 +1,8 @@
|
|||||||
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
|
||||||
|
a typo which caused this whole thing to not function ...
|
||||||
|
|
||||||
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_size_allocate),
|
* gtk/gtktreeview.c (gtk_tree_view_size_allocate),
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
|
||||||
|
a typo which caused this whole thing to not function ...
|
||||||
|
|
||||||
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_size_allocate),
|
* gtk/gtktreeview.c (gtk_tree_view_size_allocate),
|
||||||
|
@ -1095,7 +1095,7 @@ gtk_tree_model_sort_iter_children (GtkTreeModel *tree_model,
|
|||||||
iter->stamp = 0;
|
iter->stamp = 0;
|
||||||
g_return_val_if_fail (tree_model_sort->child_model != NULL, FALSE);
|
g_return_val_if_fail (tree_model_sort->child_model != NULL, FALSE);
|
||||||
if (parent)
|
if (parent)
|
||||||
g_return_val_if_fail (VALID_ITER (iter, tree_model_sort), FALSE);
|
g_return_val_if_fail (VALID_ITER (parent, tree_model_sort), FALSE);
|
||||||
|
|
||||||
if (parent == NULL)
|
if (parent == NULL)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user