Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable quickop: do not allow dialog to exit if refresh is busy

Changeset c58b2476f253

Parent ee30992001aa

by Steve Borho

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

 
141
142
143
 
 
144
145
146
 
141
142
143
144
145
146
147
148
@@ -141,6 +141,8 @@
  def reject(self):   if self.cmd.core.running():   self.cmd.core.cancel() + elif not self.stwidget.canExit(): + return   else:   s = QSettings()   self.stwidget.saveSettings(s, 'quickop')