[Github-comments] [geany] Proxy plugins (#629)
Colomban Wendling
notifications at xxxxx
Thu Sep 24 19:49:22 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;
which check `p` in the loop? it can't change if I'm not mistaken
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r40363983
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150924/152db3ef/attachment.html>
More information about the Github-comments
mailing list