Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable clone: re-enable cancel button when trying to clone again

Changeset 54b07bb6f17b

Parent 1222e64332ec

by Johan Samyn

Changes to one file · Browse files at 54b07bb6f17b Showing diff from parent 1222e64332ec Diff from another changeset...

 
351
352
353
 
354
355
356
 
351
352
353
354
355
356
357
@@ -351,6 +351,7 @@
  self.cmd.setShown(True)   self.clone_btn.setHidden(True)   self.close_btn.setHidden(True) + self.cancel_btn.setEnabled(True)   self.cancel_btn.setShown(True)   self.detail_btn.setShown(True)