<p>In <a href="https://github.com/geany/geany/pull/697#discussion_r42189733">src/plugins.c</a>:</p>
<pre style='color:#555'>> @@ -2000,7 +2000,7 @@ gboolean geany_plugin_register_proxy(GeanyPlugin *plugin, const gchar **extensio
>    foreach_list(node, active_proxies.head)
>    {
>            proxy = node->data;
> -          g_return_if_fail(p != proxy->plugin);
> +          g_return_val_if_fail(p != proxy->plugin, FALSE);
</pre>
<p>ok, thanks, carry on :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/697/files#r42189733">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3kH_NpIbCdUQ5e1e6blcgYNgrL6ks5o8CFTgaJpZM4GPtjS.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/697/files#r42189733"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>