summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-05-02 12:30:55 +0200
committerOndrej Holy <oholy@redhat.com>2016-05-04 15:54:39 +0200
commita71469c79fd31adfc594a55afd29a7ce2202b270 (patch)
tree249301b73bf15907aa060a27312d62f7e599bb14
parent8a46851f4091ac60459e2bd585e148eda71dbb0a (diff)
downloadgvfs-a71469c79fd31adfc594a55afd29a7ce2202b270.tar.gz
afc: Do not use G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL
Commit fe83e09 removed thumbnailing support, so we should not using G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL anymore. Let's remove it to be treated as other remote filesystems. https://bugzilla.gnome.org/show_bug.cgi?id=749639
-rw-r--r--daemon/gvfsbackendafc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index b499fc00..d4534167 100644
--- a/daemon/gvfsbackendafc.c
+++ b/daemon/gvfsbackendafc.c
@@ -2119,9 +2119,6 @@ g_vfs_backend_afc_query_fs_info (GVfsBackend *backend,
g_file_info_set_attribute_boolean (info,
G_FILE_ATTRIBUTE_FILESYSTEM_READONLY,
FALSE);
- g_file_info_set_attribute_uint32 (info,
- G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW,
- G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL);
g_vfs_job_succeeded (G_VFS_JOB(job));
}