Skip to content
Snippets Groups Projects
Commit a2e68a1f authored by nicfit's avatar nicfit
Browse files

80 col formatting

parent 4b42e0fa
No related branches found
No related tags found
No related merge requests found
......@@ -2138,8 +2138,9 @@ def on_service_disco_menuitem_activate(self, widget, account):
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(' ', '_')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment