Fix: gateway registration updates label
When registering on a gateway, the label change will be displayed immediately.
This commit is contained in:
parent
8ff7903964
commit
0f2a9d6e8f
|
@ -2671,6 +2671,7 @@ more work your computer must do to send the message. A Time-To-Live of four or f
|
|||
acct.register(email)
|
||||
shared.config.set(addressAtCurrentRow, 'label', email)
|
||||
shared.config.set(addressAtCurrentRow, 'gateway', 'mailchuck')
|
||||
self.getCurrentTreeWidget().currentItem().updateText()
|
||||
shared.writeKeysFile()
|
||||
else:
|
||||
print "well nothing"
|
||||
|
|
Loading…
Reference in New Issue
Block a user