[Telepathy-commits] [telepathy-salut/master] incoming_pending_connection_stanza_received_cb: fix self cast
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu Nov 6 09:50:26 PST 2008
---
src/salut-xmpp-connection-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/salut-xmpp-connection-manager.c b/src/salut-xmpp-connection-manager.c
index eb80a3c..a3bd549 100644
--- a/src/salut-xmpp-connection-manager.c
+++ b/src/salut-xmpp-connection-manager.c
@@ -743,7 +743,7 @@ incoming_pending_connection_stanza_received_cb (GibberXmppConnection *conn,
GibberXmppStanza *stanza,
gpointer userdata)
{
- SalutXmppConnectionManager *self = SALUT_XMPP_CONNECTION_MANAGER (conn);
+ SalutXmppConnectionManager *self = SALUT_XMPP_CONNECTION_MANAGER (userdata);
const gchar *from;
/* If the identity wasn't clear from the stream opening we only wait to the
--
1.5.6.5
More information about the Telepathy-commits
mailing list