Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable sync: display status messages when not running embedded in the Workbench

Changeset be17abca63c7

Parent 601ccecb3786

by David Golub

Changes to one file · Browse files at be17abca63c7 Showing diff from parent 601ccecb3786 Diff from another changeset...

 
297
298
299
 
 
300
301
302
 
297
298
299
300
301
302
303
304
@@ -297,6 +297,8 @@
  cmd.makeLogVisible.connect(self.makeLogVisible)   cmd.output.connect(self.output)   cmd.progress.connect(self.progress) + if not self.embedded: + self.showMessage.connect(cmd.stbar.showMessage)     bottomlayout.addWidget(cmd)   cmd.setVisible(False)