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

stable rebase: disable buttons while checking status (fixes #552)

Changeset b4dddac2ceb6

Parent e38f83200e70

by Steve Borho

Changes to one file · Browse files at b4dddac2ceb6 Showing diff from parent e38f83200e70 Diff from another changeset...

 
108
109
110
 
 
111
112
113
 
108
109
110
111
112
113
114
115
@@ -108,6 +108,8 @@
  self.cmd.setShowOutput(True)   else:   self.showMessage.emit(_('Checking...')) + self.abortbtn.setEnabled(False) + self.rebasebtn.setEnabled(False)   QTimer.singleShot(0, self.checkStatus)     self.setMinimumWidth(480)