a new entered person will become active in the person list
svn: r417
This commit is contained in:
		@@ -1466,7 +1466,9 @@ def on_edit_father_clicked(obj):
 | 
			
		||||
#
 | 
			
		||||
#-------------------------------------------------------------------------
 | 
			
		||||
def load_new_person(obj):
 | 
			
		||||
    EditPerson.EditPerson(Person(),database,new_after_edit)
 | 
			
		||||
    global active_person
 | 
			
		||||
    active_person = Person()
 | 
			
		||||
    EditPerson.EditPerson(active_person,database,new_after_edit)
 | 
			
		||||
 | 
			
		||||
#-------------------------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user