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

stable filelistmodel: use thgid() to determine when a context has changed (closes #134)

Changeset d87f8dfe1a20

Parent 4e2b3336f63b

by Steve Borho

Changes to one file · Browse files at d87f8dfe1a20 Showing diff from parent 4e2b3336f63b Diff from another changeset...

 
66
67
68
69
 
70
71
72
 
66
67
68
 
69
70
71
72
@@ -66,7 +66,7 @@
    def setContext(self, ctx):   self.contextChanged.emit(ctx) - if not self._ctx or ctx.node() != self._ctx.node(): + if not self._ctx or ctx.thgid() != self._ctx.thgid():   self._ctx = ctx   self.loadFiles()   self.layoutChanged.emit()