[misc] use the domain name of the jid to browse disco instead of hostame. Do not use the custom host. Fixes #2208

This commit is contained in:
Yann Leboulanger 2006-08-07 09:05:56 +00:00
parent f99308207e
commit 8aeac852be
1 changed files with 0 additions and 1 deletions

View File

@ -455,7 +455,6 @@ _('Without a connection, you can not browse available services'))
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)
if jid in self.latest_addresses:
self.latest_addresses.remove(jid)
self.latest_addresses.insert(0, jid)