Sent folder new message selection fix

Fixes Bitmessage#838
This commit is contained in:
mailchuck 2016-01-22 20:21:01 +01:00 committed by Peter Surda
parent 9353e8eff7
commit 056512a715
1 changed files with 1 additions and 0 deletions

View File

@ -2413,6 +2413,7 @@ class MyForm(settingsmixin.SMainWindow):
self.addMessageListItemSent(sent, toAddress, fromAddress, subject, "msgqueued", ackdata, time.time())
self.getAccountTextedit(acct).setPlainText(unicode(message, 'utf-8)', 'replace'))
sent.setCurrentCell(0, 0)
def displayNewInboxMessage(self, inventoryHash, toAddress, fromAddress, subject, message):
if toAddress == str_broadcast_subscribers: