[gvfs] [FTP] Remove unecessary function call



commit a8e3135a0c13b85b0d917c22371f8478c9f9afde
Author: Benjamin Otte <otte gnome org>
Date:   Mon Aug 10 14:23:39 2009 +0200

    [FTP] Remove unecessary function call
    
    The matcher is ignored in g_file_info_copy_into().

 daemon/gvfsbackendftp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendftp.c b/daemon/gvfsbackendftp.c
index 5aca1c3..9f39c71 100644
--- a/daemon/gvfsbackendftp.c
+++ b/daemon/gvfsbackendftp.c
@@ -940,7 +940,6 @@ do_enumerate (GVfsBackend *backend,
 
       /* copy into a new GFileInfo as g_vfs_job_enumerate_add_info()
        * modifies the given GFileInfo */
-      g_file_info_set_attribute_mask (matched_info, matcher);
       g_file_info_copy_into (walk->data, matched_info);
       g_vfs_job_enumerate_add_info (job, matched_info);
       g_object_unref (matched_info);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]