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

Thomas Martitz notifications at xxxxx
Thu Sep 24 19:51:28 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;

Tried to save LOCs by avoiding an extra if ()  :-)

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r40364220
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150924/dd6ad04a/attachment.html>


More information about the Github-comments mailing list