2007-06-23 Alex Roitman <shura@gramps-project.org>

* POTFILES.in: Add new file.



svn: r8639
This commit is contained in:
Alex Roitman 2007-06-23 21:50:23 +00:00
parent 13cdae6f22
commit 5c51617335
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-06-23 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.
2007-06-16 Peter Landgren <peter.talken@telia.com>
* sv.po: Update.

View File

@ -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

View File

@ -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