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:
parent
8dd862fc93
commit
cde0635d19
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user