[baobab] Add afp to remote protocols



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]