Merge pull request #663 from Atheros1/master

Fixed minor label problem during init
This commit is contained in:
Jonathan Warren 2014-04-30 12:45:42 -04:00
commit e138320801
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 = ''