nickname/call name changes
svn: r6555
This commit is contained in:
@ -1601,7 +1601,10 @@ class GrampsParser:
|
||||
|
||||
def stop_nick(self,tag):
|
||||
if self.person:
|
||||
self.person.set_nick_name(tag)
|
||||
attr = RelLib.Attribute()
|
||||
attr.set_type(RelLib.AttributeType.NICKNAME)
|
||||
attr.set_value(tag)
|
||||
self.person.add_attribute(attr)
|
||||
|
||||
def stop_note(self,tag):
|
||||
self.in_note = 0
|
||||
|
Reference in New Issue
Block a user