This commit is contained in:
mailchuck 2015-10-01 10:10:30 +02:00 committed by Peter Surda
parent f2e9b3467f
commit cae03d66df
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def address_compare(x, y):
else:
return 0
else:
return (1 if shared.config.getboolean(x, 'enabled') else '-1')
return (1 if shared.config.getboolean(x, 'enabled') else -1)
class MyForm(QtGui.QMainWindow):