[Github-comments] [geany/geany] Towards gvfs-fuse independence (#963)
Jiří Techet
notifications at xxxxx
Mon Feb 27 15:28:50 UTC 2017
techee 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;
@b4n I kept it this way in the new patch - the current implementation of the function would have to be changed because there's e.g.
```
utils_string_replace_all(str, "/", G_DIR_SEPARATOR_S)
```
on Windows which we don't want. And since URIs cannot be relative, I think it's more or less OK the way it is?
--
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#discussion_r103231961
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170227/de6aae47/attachment.html>
More information about the Github-comments
mailing list