proxyport is an int, we have to print strings

This commit is contained in:
Yann Leboulanger 2005-05-11 16:32:34 +00:00
parent 00cc513d49
commit 1e50542793
1 changed files with 2 additions and 2 deletions

View File

@ -996,8 +996,8 @@ class Account_modification_window:
'proxyhost'))
entry = self.xml.get_widget('proxyport_entry')
entry.set_sensitive(use_proxy)
entry.set_text(gajim.config.get_per('accounts', self.account,
'proxyport'))
entry.set_text(str(gajim.config.get_per('accounts', self.account,
'proxyport')))
entry = self.xml.get_widget('proxyuser_entry')
entry.set_sensitive(use_proxy)