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

typo

parent 21a39719
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ def get_resource_from_jid(jid):
def get_number_of_accounts():
return len(connections.keys())
def get_transport_name_from_jid(self, jid, use_config_setting = True):
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'):
return
......
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