[baobab] Add afp to remote protocols
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Add afp to remote protocols
- Date: Sun, 7 Jun 2020 08:10:15 +0000 (UTC)
commit c25bc10b0721c8bb0ed5ff818d452f4b94a05f43
Author: Stefano Facchini <stefano facchini gmail com>
Date: Sun Jun 7 10:09:56 2020 +0200
Add afp to remote protocols
src/baobab-location.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/baobab-location.vala b/src/baobab-location.vala
index ea373a2..e5f85fe 100644
--- a/src/baobab-location.vala
+++ b/src/baobab-location.vala
@@ -89,7 +89,7 @@ namespace Baobab {
fill_from_mount ();
var uri_scheme = Uri.parse_scheme (file.get_uri ());
- string[] remote_schemes = { "ftp", "sftp", "ssh", "smb", "google-drive" };
+ string[] remote_schemes = { "ftp", "sftp", "ssh", "smb", "google-drive", "afp" };
is_remote = (uri_scheme in remote_schemes);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]