Changeset 7984 for branches/gajim_0.11/src/roster_window.py
- Timestamp:
- 02/15/07 19:05:38 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/roster_window.py
r7940 r7984 2813 2813 common.sleepy.STATE_UNKNOWN: 2814 2814 gajim.sleeper_state[account] = 'online' 2815 el se:2815 elif gajim.sleeper_state[account] not in ('autoaway', 'autoxa'): 2816 2816 gajim.sleeper_state[account] = 'off' 2817 2817 gajim.connections[account].change_status(status, txt, auto)
