예제 #1
0
파일: client.py 프로젝트: svn2github/Xpra
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
예제 #2
0
파일: client.py 프로젝트: rudresh2319/Xpra
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)
예제 #3
0
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
예제 #4
0
파일: client.py 프로젝트: svn2github/Xpra
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)