From 7d5cba01a7709d59242dc8f6bc8e37874b788a19 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 19 Oct 2005 20:18:09 +0000 Subject: [PATCH] typo --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 42aa8806a..baf4ed3fb 100644 --- a/src/config.py +++ b/src/config.py @@ -1140,7 +1140,7 @@ class AccountModificationWindow: self.account, 'hostname').decode('idna') self.xml.get_widget('custom_host_entry').set_text(custom_host) custom_port = gajim.config.get_per('accounts', self.account, - 'custom_port').decode('idna') + 'custom_port') if not custom_port: custom_port = 5222 self.xml.get_widget('custom_port_entry').set_text(unicode(custom_port))