Fixed marriage problem and startup dialog

svn: r1515
This commit is contained in:
Don Allingham
2003-05-12 19:39:49 +00:00
parent 3058db9d18
commit ec119ab64a
8 changed files with 219 additions and 46 deletions

View File

@@ -677,7 +677,8 @@ class Gramps:
def tool_callback(self,val):
if val:
Utils.modified()
self.complete_rebuild()
self.clear_person_tabs()
self.full_update()
def full_update(self):
"""Brute force display update, updating all the pages"""