Skip to content
Snippets Groups Projects
Commit 05dbf5ba authored by nkour's avatar nkour
Browse files

typo

parent e12e0819
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ def get_number_of_accounts():
def get_transport_name_from_jid(jid, use_config_setting = True):
'''returns 'aim', 'gg', 'irc' etc'''
if use_config_setting or not gajim.config.get('use_transports_iconsets'):
if use_config_setting and not gajim.config.get('use_transports_iconsets'):
return
host = jid.split('@')[-1]
if host.startswith('aim'):
......
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