Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

sync: add canExit() method, returns False if thread is running

Changeset 8b311170cbab

Parent 617ceae0482e

by Steve Borho

Changes to one file · Browse files at 8b311170cbab Showing diff from parent 617ceae0482e Diff from another changeset...

 
318
319
320
 
 
 
321
322
323
 
318
319
320
321
322
323
324
325
326
@@ -318,6 +318,9 @@
  scheme = 'local'   return user, host, port, folder, passwd, scheme   + def canExit(self): + return not self.cmd.core.is_running() +   def keyPressEvent(self, event):   if event.matches(QKeySequence.Refresh):   self.reload()