From 9a4dea67cc9b35667aa06491e7d1060d595740f6 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 19 Dec 2006 18:46:26 +0000 Subject: [PATCH] 2006-12-19 Don Allingham * src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable the readonly menu items svn: r7825 --- gramps2/ChangeLog | 4 ++++ gramps2/src/ViewManager.py | 1 + 2 files changed, 5 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 5ca56ff2f..e5d6299e6 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2006-12-19 Don Allingham + * src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable + the readonly menu items + 2006-12-19 Alex Roitman * src/DataViews/_PersonView.py (person_removed): Typo. * src/PluginUtils/_Options.py (save): Use unicode, not str. diff --git a/gramps2/src/ViewManager.py b/gramps2/src/ViewManager.py index 4ed2d9222..ab56db3cf 100644 --- a/gramps2/src/ViewManager.py +++ b/gramps2/src/ViewManager.py @@ -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