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

mq: enable internal log widget for cmdui.Runner

This allows it to pop up a dialog when there are errors.

Changeset 50c9086fccb3

Parent 14d249eced22

by Steve Borho

Changes to one file · Browse files at 50c9086fccb3 Showing diff from parent 14d249eced22 Diff from another changeset...

 
140
141
142
143
 
144
145
146
 
140
141
142
 
143
144
145
146
@@ -140,7 +140,7 @@
  qrefhbox.addWidget(self.qnewOrRefreshBtn)     # Command runner and connections... - self.cmd = cmdui.Runner(_('Patch Queue'), parent != None, self) + self.cmd = cmdui.Runner(_('Patch Queue'), parent == None, self)   self.cmd.output.connect(self.output)   self.cmd.makeLogVisible.connect(self.makeLogVisible)   self.cmd.progress.connect(self.progress)