Changeset 8652 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/31/07 10:00:26 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/zeroconf/connection_zeroconf.py
r8650 r8652 205 205 '''Called when we are disconnected. Comes from network manager for example 206 206 we don't try to reconnect, network manager will tell us when we can''' 207 log.debug('disconnectedReconnCB')208 207 if gajim.account_is_connected(self.name): 209 208 # we cannot change our status to offline or connecting
