From eebb16eb1af11c5327dd06b23df82f7528566739 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 14 Jun 2010 16:46:13 -0400 Subject: Add length to gtk_tree_path_get_indices The old version wasn't introspectable as it didn't have a length return parameter. Also, delete gtk_tree_path_get_indices_with_depth, since it's no longer needed. --- gtk/gtkfilesystemmodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfilesystemmodel.c') diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index 7c9e1dca0f..a786ae94b1 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -516,7 +516,7 @@ gtk_file_system_model_get_iter (GtkTreeModel *tree_model, return gtk_file_system_model_iter_nth_child (tree_model, iter, NULL, - gtk_tree_path_get_indices (path)[0]); + gtk_tree_path_get_indices (path, NULL)[0]); } static GtkTreePath * -- cgit v1.2.1