Ejemplo n.º 1
0
 def destroy(self):
     PlaybackAdapter.destroy(self)
     self.__set_tray_hover_state(False)
     notification = self.notification
     # must be called on separate thread, since it is a synchronous call and might block
     self.__close_notification(notification)
     self.notification.clear_actions()
     self.notification = None
     self.__exaile = None
Ejemplo n.º 2
0
 def destroy(self):
     PlaybackAdapter.destroy(self)
     self.__set_tray_hover_state(False)
     notification = self.notification
     # must be called on separate thread, since it is a synchronous call and might block
     self.__close_notification(notification)
     self.notification.clear_actions()
     self.notification = None
     self.__exaile = None
Ejemplo n.º 3
0
 def destroy(self):
     """
         Cleanups
     """
     PlaybackAdapter.destroy(self)
     ButtonControl.destroy(self)
Ejemplo n.º 4
0
 def destroy(self):
     """
         Cleanups
     """
     PlaybackAdapter.destroy(self)
     ButtonControl.destroy(self)