[gvfs] Claim to support file: uris too
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gvfs] Claim to support file: uris too
- Date: Wed, 30 Sep 2009 13:08:39 +0000 (UTC)
commit c4d0742068cfb8f4a55a27ebc5a1bb7790a50a91
Author: Alexander Larsson <alexl redhat com>
Date: Wed Sep 30 15:07:34 2009 +0200
Claim to support file: uris too
We forgot to say the file: method is supported (#596867)
client/gdaemonvfs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 0382727..7479bde 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]