Fix for bug #2703: Custom Marker text appears in Relationship Type field.

svn: r11994
This commit is contained in:
Gary Burton 2009-02-15 14:56:13 +00:00
parent af4094bb5e
commit 764028f803

View File

@ -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):