Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pgp
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-07-03 00:09:17 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-07-03 00:09:17 +0300
commit98f7951fd3384c4773c20bf4b78d540715c39d8b (patch)
tree77264f2d4845d4f20383c7fa5b15b54ee6be88c4 /pgp
parent1866cdfd7e4e0bbb43d680d35365f46f2aa56a64 (diff)
[pgp] Dont set config_dialog twice
Diffstat (limited to 'pgp')
-rw-r--r--pgp/pgpplugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgp/pgpplugin.py b/pgp/pgpplugin.py
index 67a28a2..b6726f0 100644
--- a/pgp/pgpplugin.py
+++ b/pgp/pgpplugin.py
@@ -61,7 +61,6 @@ class OldPGPPlugin(GajimPlugin):
return
self.config_dialog = None
self.encryption_name = 'PGP'
- self.config_dialog = None
self.gui_extension_points = {
'encrypt' + self.encryption_name: (self._encrypt_message, None),
'decrypt': (self._message_received, None),