Exemplo n.º 1
0
    def deactivate(self):
        super(StatusIconPlugin, self).deactivate()

        graph.unregister_provider(TrayIcon)
        disconnect_events(self.menu)

        self.hide()
    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)