[Github-comments] [geany/geany] Towards gvfs-fuse independence (#963)
elextr
notifications at xxxxx
Thu Dec 1 23:38:34 UTC 2016
elextr commented on this pull request.
> @@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
const gchar *needle;
gboolean preserve_double_backslash = FALSE;
+ if (utils_is_uri(filename))
+ return;
As I found out elsewhere not all schemes need the `//` so maybe not such a good idea.
--
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/963
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161201/d9249524/attachment.html>
More information about the Github-comments
mailing list