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:
@@ -145,8 +145,8 @@ class EditPrimary(ManagedWindow.ManagedWindow):
|
||||
def define_cancel_button(self, button):
|
||||
button.connect('clicked', self.close)
|
||||
|
||||
def define_help_button(self, button, tag, webpage='', section=''):
|
||||
button.connect('clicked', lambda x: GrampsDisplay.help(tag, webpage,
|
||||
def define_help_button(self, button, webpage='', section=''):
|
||||
button.connect('clicked', lambda x: GrampsDisplay.help(webpage,
|
||||
section))
|
||||
|
||||
def _do_close(self, *obj):
|
||||
|
||||
Reference in New Issue
Block a user