Merge pull request #308 from Atheros1/master
Correct indent on a single line
This commit is contained in:
commit
56c13366a1
|
@ -2780,7 +2780,7 @@ class settingsDialog(QtGui.QDialog):
|
||||||
shared.config.get('bitmessagesettings', 'port')))
|
shared.config.get('bitmessagesettings', 'port')))
|
||||||
self.ui.checkBoxAuthentication.setChecked(shared.config.getboolean(
|
self.ui.checkBoxAuthentication.setChecked(shared.config.getboolean(
|
||||||
'bitmessagesettings', 'socksauthentication'))
|
'bitmessagesettings', 'socksauthentication'))
|
||||||
self.ui.checkBoxSocksListen.setChecked(shared.config.getboolean(
|
self.ui.checkBoxSocksListen.setChecked(shared.config.getboolean(
|
||||||
'bitmessagesettings', 'sockslisten'))
|
'bitmessagesettings', 'sockslisten'))
|
||||||
if str(shared.config.get('bitmessagesettings', 'socksproxytype')) == 'none':
|
if str(shared.config.get('bitmessagesettings', 'socksproxytype')) == 'none':
|
||||||
self.ui.comboBoxProxyType.setCurrentIndex(0)
|
self.ui.comboBoxProxyType.setCurrentIndex(0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user