Changeset 3440 for branches/gajim_0.8.2
- Timestamp:
- 09/06/05 13:17:00 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.8.2/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.8.2/src/roster_window.py
r3302 r3440 1173 1173 1174 1174 def send_status(self, account, status, txt, sync = False, auto = False): 1175 accountIter = self.get_account_iter(account) 1175 1176 if status != 'offline': 1176 1177 if gajim.connections[account].connected < 2:
