diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2015-09-08 23:12:54 +0100 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2015-09-10 21:46:36 +0100 |
commit | 4993b02da8746c9171540d4f08897c6252a46490 (patch) | |
tree | 0f39ae1c8fcf7e4c1b1def21d95bccda85e906cb /gtk/gtkfilesystem.c | |
parent | f90b97cf0e879fcc7e5f4ec0dec3274e0c4b4170 (diff) | |
download | gtk+-4993b02da8746c9171540d4f08897c6252a46490.tar.gz |
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
Diffstat (limited to 'gtk/gtkfilesystem.c')
-rw-r--r-- | gtk/gtkfilesystem.c | 2 |
1 files changed, 2 insertions, 0 deletions
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", |