misc typos
svn: r6845
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2006-05-31  Brian Matherly  <brian@gramps-project.org> | ||||
| 	* src/plugins/CmdRef.py: upgrade to new report interface | ||||
| 	* src/ReportBase/_DrawFormatComboBox.py: missing imports | ||||
| 	* src/ReportBase/CommandLineReport.py: typo | ||||
|  | ||||
| 2006-06-01  Don Allingham  <don@gramps-project.org> | ||||
| 	* src/DataViews/_PersonView.py: FilterEditor call sequence | ||||
| 	* src/FilterEditor/_EditFilter.py: added | ||||
| @@ -25,7 +30,7 @@ | ||||
| 	* src/Filters/_GenericFilter.py: fix inversion | ||||
|  | ||||
| 2006-05-31  Brian Matherly  <brian@gramps-project.org> | ||||
| 	* src/plugins/vaious: upgrade to new report interface | ||||
| 	* src/plugins/various: upgrade to new report interface | ||||
|  | ||||
| 2006-05-31  Don Allingham  <don@gramps-project.org> | ||||
| 	* src/DataViews/_PersonView.py: call FilterEditor | ||||
|   | ||||
| @@ -29,6 +29,8 @@ import Utils | ||||
| import BaseDoc | ||||
| from _Constants import CATEGORY_TEXT, CATEGORY_DRAW, CATEGORY_BOOK | ||||
| from _PaperMenu import paper_sizes | ||||
| import os | ||||
| import const | ||||
|  | ||||
| #------------------------------------------------------------------------ | ||||
| # | ||||
|   | ||||
| @@ -72,7 +72,7 @@ class DrawFormatComboBox(gtk.ComboBox): | ||||
|         return PluginUtils.drawdoc_list[self.get_active()][4] | ||||
|  | ||||
|     def get_printable(self): | ||||
|         return PluginUtil.drawdoc_list[self.get_active()][5] | ||||
|         return PluginUtils.drawdoc_list[self.get_active()][5] | ||||
|  | ||||
|     def get_clname(self): | ||||
|         return PluginUtils.drawdoc_list[self.get_active()][6] | ||||
|   | ||||
| @@ -39,6 +39,7 @@ from gettext import gettext as _ | ||||
| #------------------------------------------------------------------------- | ||||
| from PluginUtils import Tool, cl_list, cli_tool_list, register_tool | ||||
| from ReportBase import Report, CATEGORY_BOOK, CATEGORY_CODE, CATEGORY_WEB | ||||
| from ReportBase._CommandLineReport import CommandLineReport | ||||
| import Utils | ||||
|  | ||||
| #------------------------------------------------------------------------- | ||||
| @@ -97,7 +98,7 @@ class CmdRef(Tool.Tool): | ||||
|  | ||||
|         # Common report options | ||||
|         item = cl_list[0] | ||||
|         clr = Report.CommandLineReport(db,item[0],item[1],item[3],{},True) | ||||
|         clr = CommandLineReport(db,item[0],item[1],item[3],{},True) | ||||
|         self.write_ref(f,clr,level+2,id_counter,True) | ||||
|         id_counter = id_counter + 1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user