Skip to content
Snippets Groups Projects
Commit d707ef28 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo. Fixes #7161

parent cfb49bb4
No related branches found
No related tags found
No related merge requests found
......@@ -2024,7 +2024,7 @@ ConnectionJingle, ConnectionIBBytestream):
def _StreamCB(self, con, 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment