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

fileview: fix exception on connecting sourceChanged signal without line arg

Changeset d2a4fe653078

Parent b256a167a674

by Yuya Nishihara

Changes to one file · Browse files at d2a4fe653078 Showing diff from parent b256a167a674 Diff from another changeset...

 
415
416
417
 
418
419
420
 
415
416
417
418
419
420
421
@@ -415,6 +415,7 @@
  def nDiffs(self):   return len(self._diffs)   + @pyqtSlot(unicode, object)   @pyqtSlot(unicode, object, int)   def sourceChanged(self, path, rev, line=None):   self.revForDiffChanged.emit(rev)