summaryrefslogtreecommitdiff
path: root/tests/testiconview-keynav.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testiconview-keynav.c')
-rw-r--r--tests/testiconview-keynav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testiconview-keynav.c b/tests/testiconview-keynav.c
index 7815d74a42..367a227491 100644
--- a/tests/testiconview-keynav.c
+++ b/tests/testiconview-keynav.c
@@ -69,7 +69,7 @@ visible_func (GtkTreeModel *model,
path = gtk_tree_model_get_path (model, iter);
- if (gtk_tree_path_get_indices (path, NULL)[0] < 4)
+ if (gtk_tree_path_get_indices (path)[0] < 4)
visible = first;
else
visible = !first;