Fixed minor label problem during init #663
|
@ -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 = ''
|
||||
|
|
Reference in New Issue
Block a user