This commit is contained in:
Peter Šurda 2017-02-14 13:57:20 +01:00
parent f94b2d2d4b
commit f499a3b1d8
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -3944,7 +3944,7 @@ class MyForm(settingsmixin.SMainWindow):
for i in range(len(completerList)):
if str(completerList[i]).endswith(" <" + item.address + ">"):
completerList[i] = item.label + " <" + item.address + ">"
stringList = self.ui.lineEditTo.completer().model().setStringList(completerList)
self.ui.lineEditTo.completer().model().setStringList(completerList)
def writeNewAddressToTable(self, label, address, streamNumber):
self.rerenderTabTreeMessages()