[gvfs/ftp-reorg] [FTP] compute the ftp path for the ftp_path variable
- From: Benjamin Otte <otte src gnome org>
- To: svn-commits-list gnome org
- Subject: [gvfs/ftp-reorg] [FTP] compute the ftp path for the ftp_path variable
- Date: Fri, 5 Jun 2009 12:55:05 -0400 (EDT)
commit 528b72ca2556172fb8a0b05da30570a4cf7eb131
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]