Exemple #1
0
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
Exemple #2
0
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)
Exemple #3
0
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
Exemple #4
0
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)