From b14596a0a656e95846b3499f4409d60ee5fec753 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 21 Aug 2004 04:00:53 +0000 Subject: [PATCH] Update svn: r3457 --- gramps2/src/Relationship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/Relationship.py b/gramps2/src/Relationship.py index 378a36574..0b997396b 100644 --- a/gramps2/src/Relationship.py +++ b/gramps2/src/Relationship.py @@ -301,7 +301,7 @@ class RelationshipCalculator: if orig_person == None: return ("undefined",[]) - if orig_person == other_person: + if orig_person.get_handle() == other_person.get_handle(): return ('', []) if self.is_spouse(orig_person,other_person):