Changeset 6396

Show
Ignore:
Timestamp:
05/31/06 20:45:15 (2 years ago)
Author:
dkirov
Message:

merge r6323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/common/connection.py

    r6261 r6396  
    159159         
    160160        def _connection_lost(self): 
     161                self.disconnect(on_purpose = False) 
     162                self.dispatch('STATUS', 'offline') 
    161163                self.dispatch('ERROR', 
    162164                (_('Connection with account "%s" has been lost') % self.name,