Clear displays after a new database is created.

svn: r1305
This commit is contained in:
Don Allingham
2003-02-14 02:20:59 +00:00
parent a942d4c594
commit 8637d33501
3 changed files with 18 additions and 6 deletions

View File

@@ -601,7 +601,9 @@ class Gramps:
self.change_active_person(None)
for model in self.pl_page:
model.clear()
self.family_view.clear()
self.family_view.load_family()
self.pedigree_view.clear()
self.source_view.load_sources()
self.place_view.load_places()
self.media_view.load_media()