fix delete address book entry bug #122

Merged
Atheros1 merged 3 commits from master into master 2013-04-10 20:59:15 +02:00
Showing only changes of commit 6a97577356 - Show all commits

View File

@ -4299,6 +4299,7 @@ class MyForm(QtGui.QMainWindow):
sqlSubmitQueue.put('commit')
sqlLock.release()
self.rerenderInboxFromLabels()
self.rerenderSentToLabels()
else:
self.statusBar().showMessage('Error: You cannot add the same address to your address book twice. Try renaming the existing one if you want.')
else: