pass dbstate to report
svn: r6888
This commit is contained in:
parent
cb2cebd7e9
commit
18aa102799
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user