commit 8902207443c9158417169b4dd94efcec41bc5eba
parent f77311328a6155e8f88fd7fa02778f3ed577b933
Author: ThomasV <thomasv@gitorious>
Date: Tue, 31 Mar 2015 12:02:57 +0200
add url as contact
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, url)
+ self.win.wallet.add_contact(url, name)
self.win.payto_e.setFrozen(True)
if self.validate_dnssec(url):