From aff5438c5018455aaa987b31b64774f303fcb1b6 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sat, 16 Jun 2012 13:51:54 +0200
Subject: [PATCH] fix typo. Fixes #7161

---
 src/common/connection_handlers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 026729126a..d79d513798 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -1994,7 +1994,7 @@ ConnectionJingle, ConnectionIBBytestream):
     def _StreamCB(self, con, iq_obj):
         log.debug('StreamCB')
         gajim.nec.push_incoming_event(StreamReceivedEvent(None,
-            conn=self, stanza=iq_obj))
+            conn=self, stanza=obj))
 
     def _register_handlers(self, con, con_type):
         # try to find another way to register handlers in each class
-- 
GitLab