diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 813b0777c..9c5c5d579 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-08-10 Alex Roitman + * src/Filters/SideBar/_PersonSidebarFilter.py (get_filter): Typo. + 2006-08-09 Alex Roitman * src/Filters/Rules/_HasNoteSubstrBase.py (apply): Enforce unicode. * src/Filters/Rules/_HasNoteRegexBase.py (apply): Enforce unicode. diff --git a/gramps2/src/Filters/SideBar/_PersonSidebarFilter.py b/gramps2/src/Filters/SideBar/_PersonSidebarFilter.py index ff38a1824..b4feeac45 100644 --- a/gramps2/src/Filters/SideBar/_PersonSidebarFilter.py +++ b/gramps2/src/Filters/SideBar/_PersonSidebarFilter.py @@ -125,7 +125,7 @@ class PersonSidebarFilter(SidebarFilter): gen = self.generic.get_active() > 0 empty = not (name or gid or birth or death or etype - or note or gedner or regex or gen) + or note or gender or regex or gen) if empty: generic_filter = None else: