commit 2868df74b677aa2524359799dd3b93c21bfb0bff
parent 69a4ef9d103a984d9a47d4f46a487e8254b1e247
Author: ThomasV <thomasv@gitorious>
Date: Tue, 21 Apr 2015 17:42:51 +0200
openalias: extra check
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/openalias.py b/plugins/openalias.py
@@ -132,6 +132,8 @@ class Plugin(BasePlugin):
if self.win.payto_e.is_multiline(): # only supports single line entries atm
return False
+ if self.win.payto_e.is_pr:
+ return
payto_e = str(self.win.payto_e.toPlainText())
regex = re.compile(r'^([^\s]+) <([A-Za-z0-9]+)>') # only do that for converted addresses
try: