[gvfs/ftp-reorg: 9/15] [FTP] compute the ftp path for the ftp_path variable



commit d493059a8adadf29f9152894e8de4c50efd1a847
Author: Benjamin Otte <otte gnome org>
Date:   Fri Jun 5 10:48:47 2009 +0200

    [FTP] compute the ftp path for the ftp_path variable
---
 daemon/gvfsftpfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daemon/gvfsftpfile.c b/daemon/gvfsftpfile.c
index 5509fe1..e3641f6 100644
--- a/daemon/gvfsftpfile.c
+++ b/daemon/gvfsftpfile.c
@@ -109,7 +109,7 @@ g_vfs_ftp_file_new_from_ftp (GVfsBackendFtp *ftp, const char *ftp_path)
   file = g_slice_new (GVfsFtpFile);
   file->backend = g_object_ref (ftp);
   file->ftp_path = g_strdup (ftp_path);
-  file->gvfs_path = g_vfs_ftp_file_compute_ftp_path (ftp_path);
+  file->gvfs_path = g_vfs_ftp_file_compute_gvfs_path (ftp_path);
 
   return file;
 }



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