summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-09-30 15:07:34 +0200
committerAlexander Larsson <alexl@redhat.com>2009-09-30 15:09:17 +0200
commitda8d0d3f146983d7fb099a90348815d3a18405c1 (patch)
treefa5201e1513eeaee6da969de429f5172dc5fea40
parent3f0927115ca7c22adac9f331788c81353e783702 (diff)
downloadgvfs-da8d0d3f146983d7fb099a90348815d3a18405c1.tar.gz
Claim to support file: uris too
We forgot to say the file: method is supported (#596867)
-rw-r--r--client/gdaemonvfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 03827271..7479bdea 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -648,6 +648,7 @@ fill_mountable_info (GDaemonVfs *vfs)
infos = g_ptr_array_new ();
uri_schemes = g_ptr_array_new ();
+ g_ptr_array_add (uri_schemes, g_strdup ("file"));
count = 0;
do
{