GrampsType support for FamilyRelations, Events
svn: r6371
This commit is contained in:
@@ -118,7 +118,7 @@ class SubstKeywords:
|
||||
if not e_ref:
|
||||
continue
|
||||
e = database.get_event_from_handle(e_ref.ref)
|
||||
if e.get_type() == RelLib.Event.MARRIAGE:
|
||||
if int(e.get_type()) == RelLib.EventType.MARRIAGE:
|
||||
self.m = DateHandler.get_date(e)
|
||||
mplace_handle = e.get_place_handle()
|
||||
if mplace_handle:
|
||||
|
Reference in New Issue
Block a user