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

stable status: disable slot decorator for Ubuntu's PyQt-4.7.4

Changeset 399dda597dd6

Parent efabc97a2ba5

by Steve Borho

Changes to one file · Browse files at 399dda597dd6 Showing diff from parent efabc97a2ba5 Diff from another changeset...

 
282
283
284
285
 
 
286
287
288
 
282
283
284
 
285
286
287
288
289
@@ -282,7 +282,8 @@
  if curidx and curidx.isValid():   selmodel.setCurrentIndex(curidx, QItemSelectionModel.Current)   - @pyqtSlot(QModelIndex) + # Disabled decorator because of bug in older PyQt releases + #@pyqtSlot(QModelIndex)   def onRowClicked(self, index):   'tree view emitted a clicked signal, index guarunteed valid'   if index.column() == COL_PATH: