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
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2020-03-24 22:03:17 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2020-04-20 10:35:32 +0300
commitceeb558a2bef49b7755061b3475c14e73d676e40 (patch)
tree2d86c83a9e2aeb46baf521cd60c2f0d934e76bcf /appindicator_integration
parent47910ecc179061e898c22ca544d7a67dd05729a9 (diff)
[appindicator] Mute plugin config dialog
Diffstat (limited to 'appindicator_integration')
-rw-r--r--appindicator_integration/plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/appindicator_integration/plugin.py b/appindicator_integration/plugin.py
index 4d080c1..7a2c5f3 100644
--- a/appindicator_integration/plugin.py
+++ b/appindicator_integration/plugin.py
@@ -36,11 +36,12 @@ class AppindicatorIntegrationPlugin(GajimPlugin):
@log_calls("AppindicatorIntegrationPlugin")
def init(self):
+ self.config_dialog = None
if ERRORMSG:
self.activatable = False
self.available_text += ERRORMSG
return
- self.config_dialog = None
+
self.events_handlers = {'our-show': (ged.GUI2,
self.set_indicator_icon)}
self.windowstate = None