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:
@@ -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)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user