Merge pull request #663 from Atheros1/master
Fixed minor label problem during init
This commit is contained in:
commit
e138320801
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user