mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Make it compile
This commit is contained in:
parent
3b40a9c2d9
commit
ec0510a0ec
@ -689,7 +689,7 @@ gtk_tree_model_filter_visible (GtkTreeModelFilter *filter,
|
||||
return filter->priv->visible_func (filter->priv->child_model,
|
||||
child_iter,
|
||||
filter->priv->visible_data)
|
||||
? TRUE : FALSE:
|
||||
? TRUE : FALSE;
|
||||
}
|
||||
else if (filter->priv->visible_column >= 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user