Add last name completion to the 'add person' dialog within the 'Choose

Parents' dialog.  When new people are added this way, make sure the
main people list gets updated.


svn: r521
This commit is contained in:
David Hampton
2001-10-30 03:48:57 +00:00
parent 9d086224f1
commit 33fd3137f3
3 changed files with 55 additions and 28 deletions

View File

@@ -361,7 +361,7 @@ def on_add_new_child_clicked(obj):
def on_choose_parents_clicked(obj):
import ChooseParents
if active_person:
ChooseParents.ChooseParents(database,active_person,active_parents,load_family)
ChooseParents.ChooseParents(database,active_person,active_parents,load_family,full_update)
#-------------------------------------------------------------------------
#