Merge REP_OPT branch

svn: r3827
This commit is contained in:
Alex Roitman
2004-12-22 01:56:37 +00:00
parent c9e6a13a3d
commit a4f9849e8f
17 changed files with 2025 additions and 903 deletions

View File

@@ -1691,10 +1691,10 @@ class Gramps:
def on_preferences_activate(self,obj):
GrampsCfg.display_preferences_box(self.db)
def menu_report(self,obj,task):
def menu_report(self,obj,task,report_class,options_class,category,name):
"""Call the report plugin selected from the menus"""
if self.active_person:
task(self.db,self.active_person)
task(self.db,self.active_person,report_class,options_class,category,name)
def menu_tools(self,obj,task):
"""Call the tool plugin selected from the menus"""