<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r40363830">src/plugins.c</a>:</p>
<pre style='color:#555'>> @@ -1028,6 +1298,17 @@ void plugins_init(void)
>  
>    g_signal_connect(geany_object, "save-settings", G_CALLBACK(update_active_plugins_pref), NULL);
>    stash_group_add_string_vector(group, &active_plugins_pref, "active_plugins", NULL);
> +
> +  g_queue_push_head(&active_proxies, &builtin_so_proxy);
> +}
> +
> +
> +/* Same as plugin_free(), except it does nothing for pluxies-in-use, to be called on
</pre>
<p>s/pluxies/proxies/</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#r40363830">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzWimkqOuxygQc2K-Et-2T8XuRhGks5o1ErogaJpZM4Fy7fG.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#r40363830"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>