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

postreview: changes to make use of updated cmdui Dialog class

Changeset d74f651dfccc

Parent 37d704cdc9c0

by Michael De Wildt

Changes to one file · Browse files at d74f651dfccc Showing diff from parent 37d704cdc9c0 Diff from another changeset...

 
335
336
337
338
339
 
 
340
341
342
 
335
336
337
 
 
338
339
340
341
342
@@ -335,8 +335,8 @@
  self.qui.post_review_button.setEnabled(False)   self.qui.close_button.setEnabled(False)   - self.cmd = cmdui.Dialog(['postreview'] + cmdargs(opts) + [revstr], - self, self.onCompletion) + self.cmd = cmdui.Dialog(['postreview'] + cmdargs(opts) + [revstr], self) + self.cmd.core.commandFinished.connect(self.onCompletion)   self.cmd.setWindowTitle(_('Posting Review'))   self.cmd.setShowOutput(False)