fix typo. Fixes #7161

This commit is contained in:
Yann Leboulanger 2012-06-16 13:51:54 +02:00
parent cfb49bb4ec
commit d707ef2835
1 changed files with 1 additions and 1 deletions

View File

@ -2024,7 +2024,7 @@ ConnectionJingle, ConnectionIBBytestream):
def _StreamCB(self, con, obj): def _StreamCB(self, con, obj):
log.debug('StreamCB') log.debug('StreamCB')
gajim.nec.push_incoming_event(StreamReceivedEvent(None, gajim.nec.push_incoming_event(StreamReceivedEvent(None,
conn=self, stanza=iq_obj)) conn=self, stanza=obj))
def _register_handlers(self, con, con_type): def _register_handlers(self, con, con_type):
# try to find another way to register handlers in each class # try to find another way to register handlers in each class