* src/plugins/BookReport.py (__init__): Fix url.

svn: r6615
This commit is contained in:
Alex Roitman 2006-05-11 00:18:48 +00:00
parent e5f4a26dd7
commit 2062b130d6
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-05-10 Alex Roitman <shura@gramps-project.org>
* src/plugins/BookReport.py (__init__): Fix url.
* src/plugins/ChangeTypes.py (run_tool): Disable/enable signals.
* src/plugins/ReorderIds.py (__init__): Disable/enable signals.
* src/plugins/PatchNames.py (on_ok_clicked): Start transaction

View File

@ -306,7 +306,7 @@ class BookList:
"""
self.bookmap = {}
self.file = os.path.join(const.home_dir,filename)
self.file = os.path.join('file:',const.home_dir,filename)
self.parse()
def delete_book(self,name):