コード例 #1
0
    def deactivate(self):
        super(StatusIconPlugin, self).deactivate()

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

        self.hide()
コード例 #2
0
    def deactivate(self):
        super(StatusIconPlugin, self).deactivate()

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

        self.hide()
コード例 #3
0
 def deactivate(self):
     super(IndicatorPlugin, self).deactivate()
     graph.unregister_provider(TrayIcon)