Show
Ignore:
Timestamp:
02/15/07 19:05:38 (22 months ago)
Author:
asterix
Message:

mrege diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/roster_window.py

    r7940 r7984  
    28132813                        common.sleepy.STATE_UNKNOWN: 
    28142814                                gajim.sleeper_state[account] = 'online' 
    2815                         else: 
     2815                        elif gajim.sleeper_state[account] not in ('autoaway', 'autoxa'): 
    28162816                                gajim.sleeper_state[account] = 'off' 
    28172817                gajim.connections[account].change_status(status, txt, auto)