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:
@ -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>
|
2007-10-13 Stephane Charette <stephanecharette@gmail.com>
|
||||||
* src/plugins/rel_pt.py: new file (Portuguese), contributed by Duarte
|
* src/plugins/rel_pt.py: new file (Portuguese), contributed by Duarte
|
||||||
Loreto <happyguy_pt@hotmail.com>
|
Loreto <happyguy_pt@hotmail.com>
|
||||||
|
@ -152,7 +152,8 @@ class PageView:
|
|||||||
|
|
||||||
def get_actions(self):
|
def get_actions(self):
|
||||||
if not self.action_group:
|
if not self.action_group:
|
||||||
self.define_actions()
|
#define actions happened in viewmanager
|
||||||
|
#self.define_actions()
|
||||||
self._build_action_group()
|
self._build_action_group()
|
||||||
return [self.action_group] + self.additional_action_groups
|
return [self.action_group] + self.additional_action_groups
|
||||||
|
|
||||||
@ -324,7 +325,7 @@ class PersonNavView(BookMarkView):
|
|||||||
handled correctly.
|
handled correctly.
|
||||||
"""
|
"""
|
||||||
BookMarkView.enable_action_group(self,obj)
|
BookMarkView.enable_action_group(self,obj)
|
||||||
|
|
||||||
self.fwd_action.set_visible(True)
|
self.fwd_action.set_visible(True)
|
||||||
self.back_action.set_visible(True)
|
self.back_action.set_visible(True)
|
||||||
hobj = self.uistate.phistory
|
hobj = self.uistate.phistory
|
||||||
|
Reference in New Issue
Block a user