[gvfs] [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] compute the ftp path for the ftp_path variable
- Date: Thu, 11 Jun 2009 05:20:28 -0400 (EDT)
commit 8207ca57b8d0bb24ca29d1bae696a892f7962295
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]