* src/plugins/BookReport.py (__init__): Fix url.
svn: r6615
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user