[appindicator] Mute plugin config dialog
This commit is contained in:
@@ -36,11 +36,12 @@ class AppindicatorIntegrationPlugin(GajimPlugin):
|
|||||||
|
|
||||||
@log_calls("AppindicatorIntegrationPlugin")
|
@log_calls("AppindicatorIntegrationPlugin")
|
||||||
def init(self):
|
def init(self):
|
||||||
|
self.config_dialog = None
|
||||||
if ERRORMSG:
|
if ERRORMSG:
|
||||||
self.activatable = False
|
self.activatable = False
|
||||||
self.available_text += ERRORMSG
|
self.available_text += ERRORMSG
|
||||||
return
|
return
|
||||||
self.config_dialog = None
|
|
||||||
self.events_handlers = {'our-show': (ged.GUI2,
|
self.events_handlers = {'our-show': (ged.GUI2,
|
||||||
self.set_indicator_icon)}
|
self.set_indicator_icon)}
|
||||||
self.windowstate = None
|
self.windowstate = None
|
||||||
|
|||||||
Reference in New Issue
Block a user