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

stable revdetails: connect fileview linkActivated signals to self

This fixes subrepo link activations from changesets that modified subrepos

Changeset a5a1cd22af63

Parent 30e0273a0503

by Steve Borho

Changes to one file · Browse files at a5a1cd22af63 Showing diff from parent 30e0273a0503 Diff from another changeset...

 
157
158
159
 
160
161
162
 
157
158
159
160
161
162
163
@@ -157,6 +157,7 @@
  sp.setHeightForWidth(self.fileview.sizePolicy().hasHeightForWidth())   self.fileview.setSizePolicy(sp)   self.fileview.setMinimumSize(QSize(0, 0)) + self.fileview.linkActivated.connect(self.linkActivated)     self.revpanel = RevPanelWidget(self.repo)   self.revpanel.linkActivated.connect(self.linkActivated)