2007-10-13 Benny Malengier <benny.malengier@gramps-project.org>
* src/PageView.py: define_actions called twice, gives warning in new gtk, remove. svn: r9174
This commit is contained in:
parent
ef10cabcb3
commit
bc1fbbc939
@ -1,3 +1,6 @@
|
||||
2007-10-13 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/PageView.py: define_actions called twice, gives warning in new gtk, remove.
|
||||
|
||||
2007-10-13 Stephane Charette <stephanecharette@gmail.com>
|
||||
* src/plugins/rel_pt.py: new file (Portuguese), contributed by Duarte
|
||||
Loreto <happyguy_pt@hotmail.com>
|
||||
|
@ -152,7 +152,8 @@ class PageView:
|
||||
|
||||
def get_actions(self):
|
||||
if not self.action_group:
|
||||
self.define_actions()
|
||||
#define actions happened in viewmanager
|
||||
#self.define_actions()
|
||||
self._build_action_group()
|
||||
return [self.action_group] + self.additional_action_groups
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user