Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.

svn: r10474
This commit is contained in:
Brian Matherly
2008-04-05 14:17:15 +00:00
parent ac83ce0468
commit a46e733398
46 changed files with 57 additions and 75 deletions

View File

@ -109,8 +109,7 @@ class DesBrowse(Tool.ActivePersonTool, ManagedWindow.ManagedWindow):
def on_help_clicked(self, obj):
"""Display the relevant portion of GRAMPS manual"""
GrampsDisplay.help('tools-ae',webpage=WIKI_HELP_PAGE,
section=WIKI_HELP_SEC)
GrampsDisplay.help(webpage=WIKI_HELP_PAGE, section=WIKI_HELP_SEC)
def add_to_tree(self, parent_id, sib_id, person_handle):
item_id = self.model.insert_after(parent_id, sib_id)