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

status: yet another broken signal in ubuntu's pyqt

Changeset 2116fc7baeaa

Parent 602d012a678e

by Steve Borho

Changes to one file · Browse files at 2116fc7baeaa Showing diff from parent 602d012a678e Diff from another changeset...

 
348
349
350
351
 
 
352
353
354
 
348
349
350
 
351
352
353
354
355
@@ -348,7 +348,8 @@
  else:   return []   - @pyqtSlot(QItemSelection, QItemSelection) + # Disabled decorator because of bug in older PyQt releases + #@pyqtSlot(QItemSelection, QItemSelection)   def onSelectionChange(self, selected, deselected):   selrows = []   for index in self.tv.selectedRows():