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

stable compress: give the cmdui.Widget a status bar (fixes #203)

Changeset 4096f2e70d83

Parent e72139488071

by Steve Borho

Changes to one file · Browse files at 4096f2e70d83 Showing diff from parent e72139488071 Diff from another changeset...

 
50
51
52
53
 
54
55
56
 
50
51
52
 
53
54
55
56
@@ -50,7 +50,7 @@
  self.destcsinfo = dest   self.layout().addWidget(destb)   - self.cmd = cmdui.Widget(True, False, self) + self.cmd = cmdui.Widget(True, True, self)   self.cmd.commandFinished.connect(self.commandFinished)   self.cmd.setShowOutput(True)   self.showMessage.connect(self.cmd.stbar.showMessage)