fix typo. Fixes #7161
This commit is contained in:
parent
cfb49bb4ec
commit
d707ef2835
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue