diff --git a/po/ChangeLog b/po/ChangeLog index 48621b7ae..e072402ce 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,6 @@ +2007-06-23 Alex Roitman + * POTFILES.in: Add new file. + 2007-06-16 Peter Landgren * sv.po: Update. diff --git a/po/POTFILES.in b/po/POTFILES.in index 67bb9a0e8..04121ee30 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -488,6 +488,7 @@ src/Filters/Rules/Person/_RelationshipPathBetween.py src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py src/Filters/Rules/Person/_SearchName.py src/Filters/Rules/Person/_HasMarkerOf.py +src/Filters/Rules/Person/_MissingParent.py # Filters.Rules.Family package src/Filters/Rules/Family/__init__.py diff --git a/src/Filters/Rules/Person/_MissingParent.py b/src/Filters/Rules/Person/_MissingParent.py index 61f2685b2..7082bc901 100644 --- a/src/Filters/Rules/Person/_MissingParent.py +++ b/src/Filters/Rules/Person/_MissingParent.py @@ -19,6 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# $Id$ #------------------------------------------------------------------------- # @@ -59,4 +60,3 @@ class MissingParent(Rule): if not mother_handle: return True return False -