Typo
This commit is contained in:
mailchuck 2015-10-06 18:58:44 +02:00 committed by Peter Surda
parent e10b9cbff4
commit 59a562228d
1 changed files with 1 additions and 1 deletions

View File

@ -2280,7 +2280,7 @@ more work your computer must do to send the message. A Time-To-Live of four or f
newItem.setFont(font)
self.ui.tableWidgetInbox.setItem(0, 3, newItem)
self.ui.tableWidgetInbox.setSortingEnabled(True)
self.ubuntuMessagingMenuUpdate(True, newItem, self.toLabel)
self.ubuntuMessagingMenuUpdate(True, newItem, acct.toLabel)
def click_pushButtonAddAddressBook(self):
self.AddAddressDialogInstance = AddAddressDialog(self)