This commit is contained in:
Nikos Kouremenos 2005-06-07 01:17:38 +00:00
parent 26b369b8ff
commit 030f77983b
1 changed files with 3 additions and 1 deletions

View File

@ -317,7 +317,9 @@ class Connection:
self.dispatch('STATUS', 'offline')
self.connection = None
if not self.on_purpose:
self.dispatch('ERROR', _('Connection with account "%s" has been lost') %\ self.name, _('To continue sending and receiving messages, you will need to reconnect.'))
self.dispatch('ERROR',
_('Connection with account "%s" has been lost') % self.name,
_('To continue sending and receiving messages, you will need to reconnect.'))
self.on_purpose = False
# END disconenctedCB