@techee commented on this pull request.
have_filter_iter = gtk_tree_model_filter_convert_child_iter_to_iter(
+ GTK_TREE_MODEL_FILTER(filter_model), &filter_iter, iter); + if (have_filter_iter) + gtk_tree_selection_select_iter(treesel, &filter_iter);
if that was chosen because the call is long, fair enough.
That's exactly the reason - I think it's more readable this way.