From 4993b02da8746c9171540d4f08897c6252a46490 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Tue, 8 Sep 2015 23:12:54 +0100 Subject: [PATCH] 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 --- gtk/gtkfilesystem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c index 421166325f..4ed028f432 100644 --- a/gtk/gtkfilesystem.c +++ b/gtk/gtkfilesystem.c @@ -924,6 +924,8 @@ _gtk_file_has_native_path (GFile *file) } static const gchar * const remote_types[] = { + "afp", + "google-drive", "sftp", "webdav", "ftp",