PersonNavView changes

svn: r5052
This commit is contained in:
Don Allingham
2005-08-11 17:19:03 +00:00
parent 0a245a7f2d
commit 30450e2efa
6 changed files with 156 additions and 167 deletions

View File

@@ -288,6 +288,7 @@ class ViewManager:
hbox.show_all()
# create notebook page and add to notebook
page.define_actions()
page_display = page.get_display()
page_display.show_all()
self.notebook.append_page(page_display,hbox)
@@ -323,7 +324,7 @@ class ViewManager:
nav_type = self.navigation_type[self.active_page.navigation_type()]
if nav_type[0] != None:
nav_type[0].enable()
groups = self.active_page.get_actions()
for grp in groups:
@@ -333,6 +334,8 @@ class ViewManager:
mergeid = self.uimanager.add_ui_from_string(ui)
self.merge_ids.append(mergeid)
self.active_page.change_page()
def on_open_activate(self,obj):
choose = gtk.FileChooserDialog(_('GRAMPS: Open database'),