From 60654ac32c3d8f3a4c0d47b2cd07d2954b6f9b4b Mon Sep 17 00:00:00 2001 From: lovetox Date: Mon, 18 Apr 2022 21:18:39 +0200 Subject: [PATCH] =?UTF-8?q?[openpgp]=20Don=E2=80=99t=20show=20error=20when?= =?UTF-8?q?=20keys=20are=20missing=20on=20activation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openpgp/pgpplugin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openpgp/pgpplugin.py b/openpgp/pgpplugin.py index 2ce5850..0673d65 100644 --- a/openpgp/pgpplugin.py +++ b/openpgp/pgpplugin.py @@ -139,10 +139,6 @@ class OpenPGPPlugin(GajimPlugin): jid, only_trusted=False) if not keys: con.get_module('OpenPGP').request_keylist(JID.from_string(jid)) - ErrorDialog( - _('No OpenPGP key'), - _('We didnt receive a OpenPGP key from this contact.')) - return return True from openpgp.gtk.wizard import KeyWizard