Update database proxies to include tag objects

svn: r15950
This commit is contained in:
Nick Hall
2010-10-03 00:05:21 +00:00
parent 8c180108f7
commit b733d9e306
5 changed files with 85 additions and 0 deletions

View File

@@ -282,5 +282,6 @@ class LivingProxyDb(ProxyDbBase):
new_person.set_family_handle_list(person.get_family_handle_list())
new_person.set_parent_family_handle_list(
person.get_parent_family_handle_list() )
new_person.set_tag_list(person.get_tag_list())
return new_person