This commit is contained in:
Yann Leboulanger 2005-08-04 20:33:00 +00:00
parent 899396bc90
commit d6e02e5839
1 changed files with 1 additions and 1 deletions

View File

@ -1612,7 +1612,7 @@ class Connection:
pritext = _('Gajim disconnected you from %s') % self.name pritext = _('Gajim disconnected you from %s') % self.name
sectext = _('%s seconds have passed and server did not reply to our keepalive. If you believe such disconnection should not have happend, you can disable sending keepalive packets by modifying this account') % str(keep_alive_disconnect_after_foo_secs) sectext = _('%s seconds have passed and server did not reply to our keepalive. If you believe such disconnection should not have happend, you can disable sending keepalive packets by modifying this account') % str(keep_alive_disconnect_after_foo_secs)
#FIXME: perhaps we should ask the user to confirm disconnectio? #FIXME: perhaps we should ask the user to confirm disconnectio?
self.dispatch('ERROR', (pirtext, sectext)) self.dispatch('ERROR', (pritext, sectext))
return return
if self.connection: if self.connection:
self.connection.Process(timeout) self.connection.Process(timeout)