From a2e68a1fc23753af5141838ae694230157210d5c Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Tue, 29 Nov 2005 01:23:14 +0000 Subject: [PATCH] 80 col formatting --- src/roster_window.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 82ba0b90a..edd81d97f 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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(' ', '_')