[gtk+] GtkFileSystem: Add to the list of remote filesystems
- From: Ross Lagerwall <rossl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkFileSystem: Add to the list of remote filesystems
- Date: Thu, 10 Sep 2015 20:47:47 +0000 (UTC)
commit 4993b02da8746c9171540d4f08897c6252a46490
Author: Ross Lagerwall <rosslagerwall gmail com>
Date: Tue Sep 8 23:12:54 2015 +0100
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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c
index 4211663..4ed028f 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]