80 col formatting

This commit is contained in:
Travis Shirk 2005-11-29 01:23:14 +00:00
parent 4b42e0fa01
commit a2e68a1fc2
1 changed files with 3 additions and 2 deletions

View File

@ -2139,7 +2139,8 @@ _('If "%s" accepts this request you will know his or her status.') %jid)
imgs = {} imgs = {}
for state in ('connecting', 'online', 'chat', 'away', 'xa', for state in ('connecting', 'online', 'chat', 'away', 'xa',
'dnd', 'invisible', 'offline', 'error', 'requested', 'dnd', 'invisible', 'offline', 'error', 'requested',
'message', 'opened', 'closed', 'not in the roster'): 'message', 'opened', 'closed', 'not in the roster',
'muc_active'):
# try to open a pixfile with the correct method # try to open a pixfile with the correct method
state_file = state.replace(' ', '_') state_file = state.replace(' ', '_')