[Telepathy-commits] [telepathy-salut/master] Fixed typo in xmpp_connection_manager_new_connection_cb.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:06 PST 2008
20080721200643-8ed0e-06a38e13b2708b3d52bcce61abbd88e077adf44e.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 24cc40f..a477f85 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -816,7 +816,7 @@ xmpp_connection_manager_new_connection_cb (SalutXmppConnectionManager *mgr,
{
SalutFileChannel *channel = user_data;
- data->self->priv->xmpp_connection = g_object_ref (connection);
+ channel->priv->xmpp_connection = g_object_ref (connection);
g_signal_handlers_disconnect_by_func (mgr,
xmpp_connection_manager_new_connection_cb, user_data);
send_file_offer (channel);
--
1.5.6.5
More information about the Telepathy-commits
mailing list