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
03191e6a48
commit
9a4dea67cc
@ -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>
|
2006-12-19 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/DataViews/_PersonView.py (person_removed): Typo.
|
* src/DataViews/_PersonView.py (person_removed): Typo.
|
||||||
* src/PluginUtils/_Options.py (save): Use unicode, not str.
|
* src/PluginUtils/_Options.py (save): Use unicode, not str.
|
||||||
|
@ -903,6 +903,7 @@ class ViewManager:
|
|||||||
|
|
||||||
self.change_page(None, None)
|
self.change_page(None, None)
|
||||||
self.actiongroup.set_visible(True)
|
self.actiongroup.set_visible(True)
|
||||||
|
self.readonlygroup.set_visible(True)
|
||||||
|
|
||||||
self.file_loaded = True
|
self.file_loaded = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user