* src/DbPrompter.py: cleanup dialogs
* src/EditPerson.py: update screen properly * src/PeopleModel.py: handle stored maps correctly * src/PeopleView.py: handle stored maps correctly * src/gramps_main.py: eliminate unnecessary rebuilds, display loading dialog * src/gramp.glade: loading dialog svn: r3519
This commit is contained in:
@ -1622,7 +1622,7 @@ class EditPerson:
|
||||
self.db.transaction_commit(trans,_("Edit Person (%s)") % n)
|
||||
self.update_lists()
|
||||
if self.callback:
|
||||
self.callback(self,0)
|
||||
self.callback(self,1)
|
||||
self.close()
|
||||
|
||||
def get_place(self,field,makenew=0):
|
||||
|
Reference in New Issue
Block a user