try to fix zeroconf reconection. see #3076

This commit is contained in:
Yann Leboulanger 2007-04-25 14:32:32 +00:00
parent e6fa47594b
commit 5162f691fd
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
self.time_to_reconnect = None
gajim.log.debug('reconnect')
signed = self.get_signed_msg(self.status)
self.reconnect()
# signed = self.get_signed_msg(self.status)
self.connect(self.old_show, self.status)
def quit(self, kill_core):
if kill_core and self.connected > 1: