* src/DataViews/_EventView.py: disable items with readonly db (bug #771)

* src/DataViews/_PersonView.py: disable items with readonly db (bug #771)
	* src/DataViews/_RelationView.py: disable items with readonly db (bug #771)
	* src/ViewManager.py: disable items with readonly db (bug #771)
	* src/PageView.py: disable items with readonly db (bug #771)


svn: r7816
This commit is contained in:
Don Allingham
2006-12-19 02:29:47 +00:00
parent e3899f9cc9
commit 3c73746665
6 changed files with 86 additions and 46 deletions

View File

@@ -1,5 +1,9 @@
2006-12-18 Don Allingham <don@gramps-project.org>
* src/DataViews/_EventView.py: disable items with readonly db (bug #771)
* src/DataViews/_PersonView.py: disable items with readonly db (bug #771)
* src/DataViews/_RelationView.py: disable items with readonly db (bug #771)
* src/ViewManager.py: disable items with readonly db (bug #771)
* src/PageView.py: disable items with readonly db (bug #771)
* src/plugins/Desbrowser.py (DesBrowse.button_press_event): fix typo
(from bmcage)