2007-02-22 Don Allingham <don@gramps-project.org>

* src/DataViews/_PedigreeView.py: remove redundant call
	* src/PageView.py: remove redundant call
	* src/ViewManager.py: pylint fixes



svn: r8212
This commit is contained in:
Don Allingham
2007-02-22 21:31:37 +00:00
parent 83bb583b3e
commit 7ea025b932
4 changed files with 100 additions and 91 deletions

View File

@@ -154,7 +154,6 @@ class PageView:
def get_actions(self):
if not self.action_group:
self.define_actions()
self._build_action_group()
return [self.action_group] + self.additional_action_groups