Subscription wrong tab
- when subscribing from addressbook, it switched to blacklist tab instead of subscriptions
This commit is contained in:
parent
88658b074e
commit
cff1af1b4f
|
@ -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…
Reference in New Issue
Block a user