예제 #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
예제 #2
0
파일: __init__.py 프로젝트: exaile/exaile
 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
예제 #3
0
 def destroy(self):
     """
         Cleanups
     """
     PlaybackAdapter.destroy(self)
     ButtonControl.destroy(self)
예제 #4
0
파일: controls.py 프로젝트: exaile/exaile
 def destroy(self):
     """
         Cleanups
     """
     PlaybackAdapter.destroy(self)
     ButtonControl.destroy(self)