* src/Filters/Rules/Person/_RelationshipPathBetween.py
(apply_filter): Object/handle mixup, #1090. svn: r8612
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
2007-06-20 Alex Roitman <shura@gramps-project.org>
|
2007-06-20 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/Filters/Rules/Person/_RelationshipPathBetween.py
|
||||||
|
(apply_filter): Object/handle mixup, #1090.
|
||||||
* src/DbLoader.py (DbLoader.read_file): Properly report problem.
|
* src/DbLoader.py (DbLoader.read_file): Properly report problem.
|
||||||
|
|
||||||
2007-06-19 Alex Roitman <shura@gramps-project.org>
|
2007-06-19 Alex Roitman <shura@gramps-project.org>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2002-2006 Donald N. Allingham
|
# Copyright (C) 2002-2007 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -79,7 +79,7 @@ class RelationshipPathBetween(Rule):
|
|||||||
person = self.db.get_person_from_handle(handle)
|
person = self.db.get_person_from_handle(handle)
|
||||||
if person == None:
|
if person == None:
|
||||||
return
|
return
|
||||||
plist.append(person)
|
plist.append(handle)
|
||||||
pmap[person.get_handle()] = rank
|
pmap[person.get_handle()] = rank
|
||||||
|
|
||||||
fam_id = person.get_main_parents_family_handle()
|
fam_id = person.get_main_parents_family_handle()
|
||||||
|
Reference in New Issue
Block a user