<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r40362717">src/plugins.c</a>:</p>
<pre style='color:#555'>>      {
> -          const gchar *fname = active_plugins_pref[i];
> -
> -          if (!EMPTY(fname) && g_file_test(fname, G_FILE_TEST_EXISTS))
> +          proxies = active_proxies.length;
> +          if (failed_plugins_list != NULL)
</pre>
<p>test is unnecessary as <code>NULL</code> is a valid GList</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/629/files#r40362717">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ61i58oWeRZRz06eNJRURl-hTLqSks5o1Ei6gaJpZM4Fy7fG.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/629/files#r40362717"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>