Disabling subscriptions should rerender addressbook

Addresses #76
This commit is contained in:
mailchuck 2016-01-24 01:16:00 +01:00 committed by Peter Surda
parent 4e4da254fa
commit aae5b713b1
1 changed files with 1 additions and 1 deletions

View File

@ -3325,7 +3325,7 @@ class MyForm(settingsmixin.SMainWindow):
address) address)
account = self.getCurrentItem() account = self.getCurrentItem()
account.setEnabled(False) account.setEnabled(False)
self.rerenderAddressBook(address) self.rerenderAddressBook()
shared.reloadBroadcastSendersForWhichImWatching() shared.reloadBroadcastSendersForWhichImWatching()
def on_context_menuSubscriptions(self, point): def on_context_menuSubscriptions(self, point):