reloadBroadcastSendersForWhichImWatching when deleting item from Subscriptions list
This commit is contained in:
parent
4a35bff0f6
commit
3c4d1e16bc
|
@ -4604,6 +4604,7 @@ class MyForm(QtGui.QMainWindow):
|
|||
sqlLock.release()
|
||||
self.ui.tableWidgetSubscriptions.removeRow(currentRow)
|
||||
self.rerenderInboxFromLabels()
|
||||
self.reloadBroadcastSendersForWhichImWatching()
|
||||
def on_action_SubscriptionsClipboard(self):
|
||||
currentRow = self.ui.tableWidgetSubscriptions.currentRow()
|
||||
addressAtCurrentRow = self.ui.tableWidgetSubscriptions.item(currentRow,1).text()
|
||||
|
|
|
@ -92,7 +92,7 @@ def takeSentMessagesOutOfTrash():
|
|||
#readInbox()
|
||||
#readSent()
|
||||
#readPubkeys()
|
||||
#readSubscriptions()
|
||||
readInventory()
|
||||
readSubscriptions()
|
||||
#readInventory()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user