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

Mass Rename: ApplyFilter() --> apply_filter()

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4016
This commit is contained in:
hsoft
2009-06-07 07:14:47 +00:00
parent b21257d875
commit 750225d27b
7 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ class PyDupeGuru(PyApp):
self.app.AddSelectedToIgnoreList()
def applyFilter_(self, filter):
self.app.ApplyFilter(filter)
self.app.apply_filter(filter)
def deleteMarked(self):
self.app.delete_marked()