proxyport is an int, we have to print strings
This commit is contained in:
parent
00cc513d49
commit
1e50542793
|
@ -996,8 +996,8 @@ class Account_modification_window:
|
||||||
'proxyhost'))
|
'proxyhost'))
|
||||||
entry = self.xml.get_widget('proxyport_entry')
|
entry = self.xml.get_widget('proxyport_entry')
|
||||||
entry.set_sensitive(use_proxy)
|
entry.set_sensitive(use_proxy)
|
||||||
entry.set_text(gajim.config.get_per('accounts', self.account,
|
entry.set_text(str(gajim.config.get_per('accounts', self.account,
|
||||||
'proxyport'))
|
'proxyport')))
|
||||||
|
|
||||||
entry = self.xml.get_widget('proxyuser_entry')
|
entry = self.xml.get_widget('proxyuser_entry')
|
||||||
entry.set_sensitive(use_proxy)
|
entry.set_sensitive(use_proxy)
|
||||||
|
|
Loading…
Reference in New Issue