diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-09-30 15:07:34 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-09-30 15:07:34 +0200 |
commit | c4d0742068cfb8f4a55a27ebc5a1bb7790a50a91 (patch) | |
tree | 2371e8cf0426abb840a802bc5507069f0a137e8b /client | |
parent | b33b6918a978c506f5999a8db29d455c2a488faa (diff) | |
download | gvfs-c4d0742068cfb8f4a55a27ebc5a1bb7790a50a91.tar.gz |
Claim to support file: uris too
We forgot to say the file: method is supported (#596867)
Diffstat (limited to 'client')
-rw-r--r-- | client/gdaemonvfs.c | 1 |
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 { |