From ceaa2bc6c84a5988a5c563b92893ecb31e6abbe2 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sun, 15 Feb 2009 14:55:50 +0000 Subject: [PATCH] Fix for bug #2703: Custom Marker text appears in Relationship Type field. svn: r11993 --- src/Editors/_EditFamily.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 94f694fe1..f0e43841a 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -2,6 +2,7 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2007 Donald N. Allingham +# 2009 Gary Burton # # 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 @@ -572,7 +573,7 @@ class EditFamily(EditPrimary): self.obj.set_relationship, self.obj.get_relationship, self.db.readonly, - self.db.get_marker_types(), + self.db.get_family_relation_types(), ) def load_data(self):