Commit 85aeb986 authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed generating PGP key traceback

parent d750a4cb
......@@ -70,7 +70,7 @@ class GeneratePGPKeyDialog(IncomingDialogBase, ui_class):
class GeneratePGPKeyRequest(QObject):
finished = pyqtSignal(object)
accepted = pyqtSignal(object, str)
accepted = pyqtSignal(object)
rejected = pyqtSignal(object)
sip_prefix_re = re.compile('^sips?:')
priority = 0
......
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