updateText was deleted so no need to call it

This commit is contained in:
mailchuck 2016-01-24 18:23:06 +01:00
parent 40fcc285be
commit 6bc57f9e80
Signed by untrusted user who does not match committer: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -2765,7 +2765,6 @@ class MyForm(settingsmixin.SMainWindow):
acct.register(email)
shared.config.set(addressAtCurrentRow, 'label', email)
shared.config.set(addressAtCurrentRow, 'gateway', 'mailchuck')
self.getCurrentTreeWidget().currentItem().updateText()
shared.writeKeysFile()
else:
pass