Merge REP_OPT branch
svn: r3827
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user