diff options
author | Colin Walters <walters@verbum.org> | 2010-06-28 14:15:10 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-06-28 14:15:10 -0400 |
commit | 905f98816674bf3098d519778d73b0bf1acdf286 (patch) | |
tree | 1c438a82f0fc629d8edcf948198c323e0b08d7e2 /tests/testiconview-keynav.c | |
parent | 17f8b5e581b3f2eca4e58c616bfbf2b3d6639974 (diff) | |
download | gtk+-905f98816674bf3098d519778d73b0bf1acdf286.tar.gz |
Revert "Add length to gtk_tree_path_get_indices"
This reverts commit eebb16eb1af11c5327dd06b23df82f7528566739.
Was an accidental commit.
Diffstat (limited to 'tests/testiconview-keynav.c')
-rw-r--r-- | tests/testiconview-keynav.c | 2 |
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; |