Fix dropping of nicknames
svn: r226
This commit is contained in:
parent
50ce392cb5
commit
bf291315ba
@ -633,7 +633,7 @@ class GrampsParser(handler.ContentHandler):
|
||||
#
|
||||
#---------------------------------------------------------------------
|
||||
def stop_nick(self,tag):
|
||||
if self.name:
|
||||
if self.person:
|
||||
self.person.setNickName(u2l(tag))
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user