diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index bc6572bab..c3e5bb380 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-06-13 Brian Matherly + * src/PluginUtils/_Plugins.py: pass dbstate to report + 2006-06-13 Don Allingham * 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 - * src/plugins/GraphVis.py: ues Mime instead of GrampsMime + * src/plugins/GraphViz.py: use Mime instead of GrampsMime 2006-06-11 Don Allingham * src/GrampsDb/_ReadGedcom.py: fix event parsing diff --git a/gramps2/src/PluginUtils/_Plugins.py b/gramps2/src/PluginUtils/_Plugins.py index 02f7113d0..c371e08d7 100644 --- a/gramps2/src/PluginUtils/_Plugins.py +++ b/gramps2/src/PluginUtils/_Plugins.py @@ -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,