Changeset 6396 for branches/gajim_0.10/src/common/connection.py
- Timestamp:
- 05/31/06 20:45:15 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/common/connection.py
r6261 r6396 159 159 160 160 def _connection_lost(self): 161 self.disconnect(on_purpose = False) 162 self.dispatch('STATUS', 'offline') 161 163 self.dispatch('ERROR', 162 164 (_('Connection with account "%s" has been lost') % self.name,
