2006-12-19 Don Allingham <don@gramps-project.org>

* src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable
	the readonly menu items



svn: r7825
This commit is contained in:
Don Allingham 2006-12-19 18:46:26 +00:00
parent 03191e6a48
commit 9a4dea67cc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-12-19 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable
the readonly menu items
2006-12-19 Alex Roitman <shura@gramps-project.org>
* src/DataViews/_PersonView.py (person_removed): Typo.
* src/PluginUtils/_Options.py (save): Use unicode, not str.

View File

@ -903,6 +903,7 @@ class ViewManager:
self.change_page(None, None)
self.actiongroup.set_visible(True)
self.readonlygroup.set_visible(True)
self.file_loaded = True