[Github-comments] [geany] Proxy plugins (#629)

Thomas Martitz notifications at xxxxx
Thu Sep 24 20:52:38 UTC 2015


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150924/7d09f1fc/attachment.html>


More information about the Github-comments mailing list