@@ -1137,6 +1419,27 @@ static void pm_selection_changed(GtkTreeSelection *selection, gpointer user_data }
+static gboolean find_iter_for_plugin(Plugin *p, GtkTreeModel *model, GtkTreeIter *iter) +{
- Plugin *pp;
- gboolean valid;
- for (valid = gtk_tree_model_get_iter_first(model, iter);
valid && p;
Actually it can't be NULL at all
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/629/files#r40371601