[Github-comments] [geany/geany] Gracefully handle proxies registering invalid extensions (#1212)
Colomban Wendling
notifications at xxxxx
Tue Sep 6 12:15:34 UTC 2016
> @@ -1963,6 +1963,18 @@ static void pm_show_dialog(GtkMenuItem *menuitem, gpointer user_data)
> }
>
>
> +static const gchar *fix_extension(const gchar *ext)
> +{
> + if (*ext == '.')
> + {
> + g_warning(_("Proxy plugin extension '%s' starts with a dot, "
> + "stripping. Please fix your proxy plugin."), ext);
would be nice to include the plugin name somewhere
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1212/files/4d0acad41751552c7b271e6d06bd64a9f9682e29#r77622584
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160906/a3046c94/attachment.html>
More information about the Github-comments
mailing list