fix contacts_list

This commit is contained in:
ThomasV 2016-05-28 16:34:08 +02:00
parent 9e3314f17d
commit 1a8b12360b
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class PayToEdit(ScanQRTextEdit):
#if self.win.config.get('openalias_autoadd') == 'checked':
self.win.contacts[key] = ('openalias', name)
self.win.update_contacts_tab()
self.win.contact_list.on_update()
self.setFrozen(True)
if data.get('type') == 'openalias':