def deactivate(self): super(StatusIconPlugin, self).deactivate() graph.unregister_provider(TrayIcon) disconnect_events(self.menu) self.hide()
def deactivate(self): super(IndicatorPlugin, self).deactivate() graph.unregister_provider(TrayIcon)