Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

manifestdialog: use the provided index in onDoubleClick()

Changeset c6a52ff90670

Parent 0068b1c46f86

by Angel Ezquerra

Changes to one file · Browse files at c6a52ff90670 Showing diff from parent 0068b1c46f86 Diff from another changeset...

 
305
306
307
308
309
 
310
311
312
 
305
306
307
 
 
308
309
310
311
@@ -305,8 +305,7 @@
    #@pyqtSlot(QModelIndex)   def onDoubleClick(self, index): - currentindex = self._treeview.currentIndex() - itemissubrepo = (self._treemodel.fileStatus(currentindex) == 'S') + itemissubrepo = (self._treemodel.fileStatus(index) == 'S')   if itemissubrepo:   self.opensubrepo()   else: