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

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