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 filelistview: further prevent file history dialogs if disabled (close #174)

Switching the doubleClicked signal to trigger a visual diff mostly fixed this
issue; this was a small follow-up.

Changeset 82fa505dabaa

Parent 85e232ca73e7

by Steve Borho

Changes to one file · Browse files at 82fa505dabaa Showing diff from parent 85e232ca73e7 Diff from another changeset...

 
123
124
125
 
 
126
127
128
 
123
124
125
126
127
128
129
130
@@ -123,6 +123,8 @@
    def fileActivated(self, index, alternate=False):   selFile = self.model().fileFromIndex(index) + if not self._actions['navigate'].isEnabled(): + return   if alternate:   self.navigate(selFile)   else: