V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit a5456f792c - Show all commits

View File

@ -3347,8 +3347,8 @@ class MyForm(settingsmixin.SMainWindow):
normal = True normal = True
for row in self.ui.tableWidgetAddressBook.selectedIndexes(): for row in self.ui.tableWidgetAddressBook.selectedIndexes():
currentRow = row.row() currentRow = row.row()
type = str(self.ui.tableWidgetAddressBook.item( type = self.ui.tableWidgetAddressBook.item(
currentRow, 0).data(Qt.UserRole).toPyObject()) currentRow, 0).type
if type != AccountMixin.NORMAL: if type != AccountMixin.NORMAL:
normal = False normal = False
if normal: if normal: