revert [0ac22476]. It prevents reconnection. see #8062

This commit is contained in:
Yann Leboulanger 2015-07-24 21:14:56 +02:00
parent 9aaf43af27
commit ec6dbeb5a3

View file

@ -56,7 +56,7 @@ def state_changed(state):
for connection in gajim.connections.values():
if gajim.config.get_per('accounts', connection.name,
'listen_to_network_manager') and connection.connected > 1:
connection._on_disconnected()
connection._disconnectedReconnCB()
supported = False