GtkFileSystem: Add to the list of remote filesystems

Add afp and google-drive to the list of remote filesystems.

https://bugzilla.gnome.org/show_bug.cgi?id=754746
This commit is contained in:
Ross Lagerwall 2015-09-08 23:12:54 +01:00
parent f90b97cf0e
commit 4993b02da8

View File

@ -924,6 +924,8 @@ _gtk_file_has_native_path (GFile *file)
}
static const gchar * const remote_types[] = {
"afp",
"google-drive",
"sftp",
"webdav",
"ftp",