* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.

svn: r6647
This commit is contained in:
Alex Roitman 2006-05-14 02:24:22 +00:00
parent ff24becb7a
commit ca1a316f66
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2006-05-13 Alex Roitman <shura@gramps-project.org> 2006-05-13 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (show_url): Set up link handler. * src/ViewManager.py (show_url): Set up link handler.
* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.
2006-05-13 Don Allingham <don@gramps-project.org> 2006-05-13 Don Allingham <don@gramps-project.org>
* src/plugins/RelCalc.py: provide default search value * src/plugins/RelCalc.py: provide default search value

View File

@ -168,8 +168,8 @@ class CmdRef(Tool.Tool):
import WebPage import WebPage
oclass = WebPage.WebReportOptions(item[0]) oclass = WebPage.WebReportOptions(item[0])
elif item[0] == "navwebpage": elif item[0] == "navwebpage":
import NavWebPage import NarrativeWeb
oclass = NavWebPage.WebReportOptions(item[0]) oclass = NarrativeWeb.WebReportOptions(item[0])
elif category == True: elif category == True:
# This is the common options case # This is the common options case
# so class is already instantiated # so class is already instantiated