commit 27d871277abafa8e8445629446f68d2f554a8bd9
parent dfc3b64395a3fd9e675db2d44890c279554b1b39
Author: ThomasV <thomasv@gitorious>
Date: Tue, 31 Mar 2015 10:39:23 +0200
add url to contacts, not full name, because it's used in completions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/openalias.py b/plugins/openalias.py
@@ -108,7 +108,7 @@ class Plugin(BasePlugin):
self.win.previous_payto_e = new_url
if self.config.get('openalias_autoadd') == 'checked':
- self.win.wallet.add_contact(address, name)
+ self.win.wallet.add_contact(address, url)
self.win.payto_e.setFrozen(True)
if self.validate_dnssec(url):