Fixed minor label problem during init

This commit is contained in:
Jonathan Warren 2014-04-30 12:44:16 -04:00
parent 0ca27f73f3
commit 12d131f7f2
1 changed files with 1 additions and 1 deletions

View File

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