pass dbstate to report

svn: r6888
This commit is contained in:
Brian Matherly 2006-06-14 01:36:23 +00:00
parent 96cc8b7ead
commit 8187877ce6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2006-06-13 Brian Matherly <brian@gramps-project.org>
* src/PluginUtils/_Plugins.py: pass dbstate to report
2006-06-13 Don Allingham <don@gramps-project.org>
* src/Editors/_EditLdsOrd.py: LDS confirmation support
* src/GrampsDb/_ReadGedcom.py: LDS confirmation support
@ -10,7 +13,7 @@
secondary index when upgrading events; manually resolve duplicate IDs.
2006-06-12 Brian Matherly <brian@gramps-project.org>
* src/plugins/GraphVis.py: ues Mime instead of GrampsMime
* src/plugins/GraphViz.py: use Mime instead of GrampsMime
2006-06-11 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: fix event parsing

View File

@ -152,7 +152,7 @@ class PluginDialog(ManagedWindow.ManagedWindow):
(item_class,options_class,title,category,name) = self.item
if self.content == REPORTS:
report(self.state.db,self.state.active,
report(self.state,self.uistate,self.state.active,
item_class,options_class,title,name,category)
else:
_Tool.gui_tool(self.state,self.uistate,