From 8aeac852be238dbb73889409c1f7b0d901e24d5e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 7 Aug 2006 09:05:56 +0000 Subject: [PATCH] [misc] use the domain name of the jid to browse disco instead of hostame. Do not use the custom host. Fixes #2208 --- src/disco.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index 86bde1a6d..dc49f3787 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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)