From 764028f803e8a64c3dfe0153ec4be570d296f476 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sun, 15 Feb 2009 14:56:13 +0000 Subject: [PATCH] Fix for bug #2703: Custom Marker text appears in Relationship Type field. svn: r11994 --- src/Editors/_EditFamily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 1efd275f6..e8c859d63 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -610,7 +610,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):