Commit aac47bb6 authored by Tijmen de Mes's avatar Tijmen de Mes

Added missing return

parent 9eb2654c
......@@ -951,6 +951,7 @@ class MessageManager(object, metaclass=Singleton):
incoming_request.finished.connect(self._SH_PGPRequestFinished)
bisect.insort_right(self.pgp_requests, incoming_request)
incoming_request.dialog.show()
return
if content_type.lower() == 'text/pgp-public-key':
log.info('Message is a public key')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment