Remove extraneous bracket
svn: r10343
This commit is contained in:
parent
b59805d5d9
commit
923e3d2f6a
@ -303,7 +303,7 @@ class Bookmarks :
|
||||
def help_clicked(self):
|
||||
"""Display the relevant portion of GRAMPS manual."""
|
||||
GrampsDisplay.help('gramps-nav', webpage=WIKI_HELP_PAGE,
|
||||
section=WIKI_HELP_SEC))
|
||||
section=WIKI_HELP_SEC)
|
||||
self.response = self.top.run()
|
||||
|
||||
class ListBookmarks(Bookmarks):
|
||||
|
Loading…
Reference in New Issue
Block a user