1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fixed sorting.

This commit is contained in:
Virgil Dupras
2010-02-11 21:03:22 +01:00
parent bab891ee74
commit d5f145d57e
4 changed files with 8 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ class StatsLabel(GUIObject):
@property
def display(self):
return self.app.results.stat_line
return self.app.stat_line
def results_changed(self):
self.view.refresh()