@techee commented on this pull request.


In src/sidebar.c:

> +			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.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4218/review/2586112549@github.com>