* various: undo messages

svn: r3181
This commit is contained in:
Don Allingham
2004-05-19 06:13:36 +00:00
parent 1e9b3cfc20
commit 79d9a39a9e
18 changed files with 113 additions and 72 deletions

View File

@@ -820,7 +820,7 @@ class IsParentOfFilterMatch(Rule):
def category(self):
return _('Family filters')
def apply(self,db,p):
def apply(self,db,p_id):
self.orig_id = p_id
self.db = db