Skip to content
Snippets Groups Projects
Commit 4a24c3dc authored by Michael Kainer's avatar Michael Kainer
Browse files

Fixed TB on activate if one of the HAS_* is not True

parent 72a8c601
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@ class UbuntuIntegrationPlugin(GajimPlugin):
"""
# {(account, jid): (indicator, [event, ...]), ...}
self.events = {}
self.server = None
if not HAS_INDICATE:
raise GajimPluginException("python-indicate is missing!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment