typo
This commit is contained in:
parent
31aa419c17
commit
dc7a15582a
|
@ -1769,7 +1769,7 @@ class Connection(CommonConnection, ConnectionHandlers):
|
||||||
gajim.nec.push_incoming_event(InformationEvent(None, conn=self,
|
gajim.nec.push_incoming_event(InformationEvent(None, conn=self,
|
||||||
level='error', pri_txt=_('Invisibility not supported'),
|
level='error', pri_txt=_('Invisibility not supported'),
|
||||||
sec_txt=_('Account %s doesn\'t support invisibility.') % \
|
sec_txt=_('Account %s doesn\'t support invisibility.') % \
|
||||||
self.name)))
|
self.name))
|
||||||
return
|
return
|
||||||
# If we are already connected, and privacy rules are supported, send
|
# If we are already connected, and privacy rules are supported, send
|
||||||
# offline presence first as it's required by XEP-0126
|
# offline presence first as it's required by XEP-0126
|
||||||
|
|
Loading…
Reference in New Issue