fix TB. fixes #3076
This commit is contained in:
parent
b7097fac7f
commit
e6fa47594b
|
@ -205,7 +205,6 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
||||||
def _disconnectedReconnCB(self):
|
def _disconnectedReconnCB(self):
|
||||||
'''Called when we are disconnected. Comes from network manager for example
|
'''Called when we are disconnected. Comes from network manager for example
|
||||||
we don't try to reconnect, network manager will tell us when we can'''
|
we don't try to reconnect, network manager will tell us when we can'''
|
||||||
log.debug('disconnectedReconnCB')
|
|
||||||
if gajim.account_is_connected(self.name):
|
if gajim.account_is_connected(self.name):
|
||||||
# we cannot change our status to offline or connecting
|
# we cannot change our status to offline or connecting
|
||||||
# after we auth to server
|
# after we auth to server
|
||||||
|
|
Loading…
Reference in New Issue