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:
@@ -118,7 +118,7 @@ class EditFilter(ManagedWindow.ManagedWindow):
|
||||
|
||||
def on_help_clicked(self, obj):
|
||||
"""Display the relevant portion of GRAMPS manual"""
|
||||
GrampsDisplay.help('tools-util-cfe')
|
||||
GrampsDisplay.help()
|
||||
|
||||
def close_window(self, obj):
|
||||
self.close()
|
||||
|
@@ -579,7 +579,7 @@ class EditRule(ManagedWindow.ManagedWindow):
|
||||
"""
|
||||
Display the relevant portion of GRAMPS manual.
|
||||
"""
|
||||
GrampsDisplay.help('append-filtref')
|
||||
GrampsDisplay.help()
|
||||
|
||||
def close_window(self, obj):
|
||||
self.close()
|
||||
|
@@ -122,7 +122,7 @@ class FilterEditor(ManagedWindow.ManagedWindow):
|
||||
|
||||
def help_clicked(self, obj):
|
||||
"""Display the relevant portion of GRAMPS manual"""
|
||||
GrampsDisplay.help('tools-util-cfe')
|
||||
GrampsDisplay.help()
|
||||
|
||||
def filter_select_row(self, obj):
|
||||
store, node = self.clist.get_selected()
|
||||
|
Reference in New Issue
Block a user