def cleanup(self): tw = self.tray_widget traylog("cleanup() tray_widget=%s", tw) if tw: self.tray_widget = None tw.cleanup() GTKServerBase.cleanup(self)
def cleanup(self): self.cleanup_tray() #root window models aren't like regular window models #(which get cleaned up using the unmanage signal) for model in self._id_to_window.values(): model.cleanup() ShadowServerBase.cleanup(self) GTKServerBase.cleanup(self)
def cleanup(self): self.cleanup_tray() ShadowServerBase.cleanup(self) GTKServerBase.cleanup(self)
def cleanup(self): self.cleanup_tray() ShadowServerBase.cleanup(self) GTKServerBase.cleanup(self) #@UndefinedVariable
def cleanup(self, *args): GTKServerBase.cleanup(self) self.cleanup_fakexinerama()
def cleanup(self): self.cleanup_tray() self.stop_poll_pointer_position() GTKServerBase.cleanup(self) ShadowServerBase.cleanup(self)