Fixed minor label problem during init #663

Merged
Atheros1 merged 1 commits from master into master 2014-04-30 18:45:42 +02:00

View File

@ -771,7 +771,7 @@ class MyForm(QtGui.QMainWindow):
if shared.config.has_section(fromAddress): if shared.config.has_section(fromAddress):
fromLabel = shared.config.get(fromAddress, 'label') fromLabel = shared.config.get(fromAddress, 'label')
if fromLabel == '': else:
fromLabel = fromAddress fromLabel = fromAddress
toLabel = '' toLabel = ''