Fix dropping of nicknames

svn: r226
This commit is contained in:
Unknown 2001-07-04 23:14:40 +00:00
parent 50ce392cb5
commit bf291315ba

View File

@ -633,7 +633,7 @@ class GrampsParser(handler.ContentHandler):
#
#---------------------------------------------------------------------
def stop_nick(self,tag):
if self.name:
if self.person:
self.person.setNickName(u2l(tag))
#---------------------------------------------------------------------