Comment out old RSA code #58

Merged
Atheros1 merged 3 commits from master into master 2013-03-03 08:14:18 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 3c4d1e16bc - Show all commits

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