commit d895e3b868f67afa1b86ca46dfb1751de0db7892
parent c9d874ce3871656bd55ab596aa707699b7ec93de
Author: ThomasV <thomasv@gitorious>
Date: Tue, 31 Mar 2015 13:41:46 +0200
OA: update contacts tab
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/plugins/openalias.py b/plugins/openalias.py
@@ -109,6 +109,7 @@ class Plugin(BasePlugin):
if self.config.get('openalias_autoadd') == 'checked':
self.win.wallet.add_contact(url, name)
+ self.win.update_contacts_tab()
self.win.payto_e.setFrozen(True)
if self.validate_dnssec(url):