[Telepathy-commits] [telepathy-salut/master] Fixed GObject property setting in GibberOobFileTransfer creation.

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


20080721193050-8ed0e-fd0fd373bcd72b8d320112801423d2f9e451551e.gz
---
 src/salut-file-channel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 9fc2803..fdc7752 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -794,9 +794,9 @@ send_file_offer (SalutFileChannel *self,
   information = g_value_get_boxed (g_value_array_get_nth (val_array, 5));
 
   ft = g_object_new (GIBBER_TYPE_OOB_FILE_TRANSFER,
-      "self-jid", self->priv->connection->name,
-      "peer-jid", self->priv->contact->name,
-      "filename", filename,
+      "self-id", self->priv->connection->name,
+      "peer-id", self->priv->contact->name,
+      "filename", self->priv->filename,
       "connection", self->priv->xmpp_connection,
       NULL);
   g_signal_connect (ft, "remote-accepted",
-- 
1.5.6.5




More information about the Telepathy-commits mailing list