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

stable chunks: update chunk selection summary when context changes

This properly updates the button states when the context is empty.

Changeset e92031f2f9ed

Parent 812d53b97fd2

by Steve Borho

Changes to one file · Browse files at e92031f2f9ed Showing diff from parent 812d53b97fd2 Diff from another changeset...

 
354
355
356
 
357
358
359
 
354
355
356
357
358
359
360
@@ -354,6 +354,7 @@
  empty = len(ctx.files()) == 0   self.fileModelEmpty.emit(empty)   self.fileSelected.emit(not empty) + self.diffbrowse.updateSummary()     def refresh(self):   ctx = self.filelistmodel._ctx