Subscription wrong tab

- when subscribing from addressbook, it switched to blacklist tab
  instead of subscriptions
master
Peter Šurda 7 years ago
parent 88658b074e
commit cff1af1b4f
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -3309,7 +3309,7 @@ class MyForm(settingsmixin.SMainWindow):
continue
labelAtCurrentRow = self.ui.tableWidgetAddressBook.item(currentRow,0).text().toUtf8()
self.addSubscription(addressAtCurrentRow, labelAtCurrentRow)
self.ui.tabWidget.setCurrentIndex(4)
self.ui.tabWidget.setCurrentIndex(2)
def on_context_menuAddressBook(self, point):
self.popMenuAddressBook = QtGui.QMenu(self)

Loading…
Cancel
Save