2007-05-10 Benny Malengier <bm@cage.ugent.be>
Correct error in person name privacy svn: r8458
This commit is contained in:
parent
ad9d719a83
commit
417d471690
@ -1,6 +1,7 @@
|
||||
2007-05-09 Benny Malengier <bm@cage.ugent.be>
|
||||
2007-05-10 Benny Malengier <bm@cage.ugent.be>
|
||||
* src/GrampsDb/_ReadXML.py: partly fix #1053, import privacy of person, family,
|
||||
media, source, place and repo correct. Still to do: sourceref and lds_ordinance
|
||||
Correct error in person name privacy
|
||||
|
||||
2007-05-10 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/DataViews/_PedigreeView.py: Some rendering fixes for RTL locales
|
||||
|
@ -1067,7 +1067,7 @@ class GrampsParser(UpdateCallback):
|
||||
self.name.set_type(RelLib.NameType.UNKNOWN)
|
||||
else:
|
||||
self.name.type.set_from_xml_str(name_type)
|
||||
self.name.set_private = bool(attrs.get("priv"))
|
||||
self.name.private = bool(attrs.get("priv"))
|
||||
self.alt_name = bool(attrs.get("alt"))
|
||||
try:
|
||||
sort_as = int(attrs["sort"])
|
||||
|
Loading…
Reference in New Issue
Block a user