Merge pull request #308 from Atheros1/master

Correct indent on a single line
This commit is contained in:
Jonathan Warren 2013-07-15 16:37:39 -07:00
commit 56c13366a1
1 changed files with 1 additions and 1 deletions

View File

@ -2780,7 +2780,7 @@ class settingsDialog(QtGui.QDialog):
shared.config.get('bitmessagesettings', 'port')))
self.ui.checkBoxAuthentication.setChecked(shared.config.getboolean(
'bitmessagesettings', 'socksauthentication'))
self.ui.checkBoxSocksListen.setChecked(shared.config.getboolean(
self.ui.checkBoxSocksListen.setChecked(shared.config.getboolean(
'bitmessagesettings', 'sockslisten'))
if str(shared.config.get('bitmessagesettings', 'socksproxytype')) == 'none':
self.ui.comboBoxProxyType.setCurrentIndex(0)