[gvfs/gnome-2-28] Claim to support file: uris too



commit da8d0d3f146983d7fb099a90348815d3a18405c1
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]