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:
Benny Malengier 2007-10-13 20:16:57 +00:00
parent ef10cabcb3
commit bc1fbbc939
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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