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

Colomban Wendling notifications at xxxxx
Fri Oct 2 20:42:59 UTC 2015


> +	GList *list;
> +
> +	gtk_tree_store_clear(store);
> +	list = g_list_first(plugin_list);
> +	if (list == NULL)
> +	{
> +		gtk_tree_store_append(store, &iter, NULL);
> +		gtk_tree_store_set(store, &iter, PLUGIN_COLUMN_CHECK, FALSE,
> +				PLUGIN_COLUMN_PLUGIN, NULL, -1);
> +	}
> +	else
> +	{
> +		Plugin *p;
> +		for (; list != NULL; list = list->next)
> +		{
> +			p = list->data;

no biggie but still applies if you'd like to change it

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


More information about the Github-comments mailing list