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