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

[#120 state:fixed] Fixed dangling bogus results after cancelled scan.

This commit is contained in:
Virgil Dupras
2010-12-30 10:24:37 +01:00
parent 45d783ac43
commit 92fadd26b7
2 changed files with 21 additions and 4 deletions

View File

@@ -353,6 +353,7 @@ class DupeGuru(RegistrableApplication, Broadcaster):
if not self.directories.has_any_file():
raise NoScannableFileError()
self.results.groups = []
self.notify('results_changed')
self._start_job(JOB_SCAN, do)
def toggle_selected_mark_state(self):