* 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:
Don Allingham
2004-08-29 05:45:40 +00:00
parent 7fe1cc5113
commit 4ec5ccd047
7 changed files with 132 additions and 15 deletions

View File

@ -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):