2007-06-23 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file. svn: r8639
This commit is contained in:
parent
13cdae6f22
commit
5c51617335
@ -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>
|
2007-06-16 Peter Landgren <peter.talken@telia.com>
|
||||||
* sv.po: Update.
|
* sv.po: Update.
|
||||||
|
|
||||||
|
@ -488,6 +488,7 @@ src/Filters/Rules/Person/_RelationshipPathBetween.py
|
|||||||
src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py
|
src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py
|
||||||
src/Filters/Rules/Person/_SearchName.py
|
src/Filters/Rules/Person/_SearchName.py
|
||||||
src/Filters/Rules/Person/_HasMarkerOf.py
|
src/Filters/Rules/Person/_HasMarkerOf.py
|
||||||
|
src/Filters/Rules/Person/_MissingParent.py
|
||||||
|
|
||||||
# Filters.Rules.Family package
|
# Filters.Rules.Family package
|
||||||
src/Filters/Rules/Family/__init__.py
|
src/Filters/Rules/Family/__init__.py
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -59,4 +60,3 @@ class MissingParent(Rule):
|
|||||||
if not mother_handle:
|
if not mother_handle:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user