[Telepathy-commits] [telepathy-salut/master] Corrected output to AcceptFile.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:10 PST 2008


20080721232740-8ed0e-59d43b7b3b3962ef27163d623d42fe5f31dee553.gz
---
 src/salut-file-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index c50662d..f499515 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -920,7 +920,7 @@ salut_file_channel_accept_file (SalutSvcChannelTypeFile *iface,
         SALUT_FILE_TRANSFER_STATE_CHANGE_REASON_NONE);
 
   g_value_init (&out_address, G_TYPE_STRING);
-  g_value_set_string (&out_address, g_build_filename (self->priv->socket_path, "tp-ft", NULL));
+  g_value_set_string (&out_address, self->priv->socket_path);
 
   salut_svc_channel_type_file_return_from_accept_file (context, &out_address);
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list