mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Removed MatchesView and took advantage of HSOutlineView's delete and space triggered delegate methods.
This commit is contained in:
@@ -275,7 +275,7 @@ class DupeGuru(RegistrableApplication, Broadcaster):
|
||||
pass
|
||||
|
||||
def remove_duplicates(self, duplicates):
|
||||
self.results.remove_duplicates(duplicates)
|
||||
self.results.remove_duplicates(self.without_ref(duplicates))
|
||||
self.notify('results_changed')
|
||||
|
||||
def remove_marked(self):
|
||||
|
||||
Reference in New Issue
Block a user