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

name optional arg so we understand without looking at func signature

parent 4e1b9de5
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ _('Without a connection, you can not browse available services')).get_response()
self.address_comboboxentry.set_model(liststore)
self.address_comboboxentry.set_text_column(0)
self.latest_addresses = gajim.config.get('latest_disco_addresses').split()
jid = gajim.get_hostname_from_account(self.account, True)
jid = gajim.get_hostname_from_account(self.account, use_srv = True)
if jid in self.latest_addresses:
self.latest_addresses.remove(jid)
self.latest_addresses.insert(0, jid)
......
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