reloadBroadcastSendersForWhichImWatching when deleting item from Subscriptions list

This commit is contained in:
Jonathan Warren 2013-03-03 01:54:06 -05:00
parent 4a35bff0f6
commit 3c4d1e16bc
2 changed files with 3 additions and 2 deletions

View File

@ -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()

View File

@ -92,7 +92,7 @@ def takeSentMessagesOutOfTrash():
#readInbox()
#readSent()
#readPubkeys()
#readSubscriptions()
readInventory()
readSubscriptions()
#readInventory()