Fixed TB on activate if one of the HAS_* is not True
This commit is contained in:
@@ -59,7 +59,6 @@ class UbuntuIntegrationPlugin(GajimPlugin):
|
|||||||
"""
|
"""
|
||||||
# {(account, jid): (indicator, [event, ...]), ...}
|
# {(account, jid): (indicator, [event, ...]), ...}
|
||||||
self.events = {}
|
self.events = {}
|
||||||
self.server = None
|
|
||||||
|
|
||||||
if not HAS_INDICATE:
|
if not HAS_INDICATE:
|
||||||
raise GajimPluginException("python-indicate is missing!")
|
raise GajimPluginException("python-indicate is missing!")
|
||||||
|
|||||||
Reference in New Issue
Block a user