* src/ReportOptions.py: fix inheritence
svn: r5468
This commit is contained in:
parent
ef290c3fdc
commit
578e659578
@ -1,3 +1,6 @@
|
||||
2005-12-02 Don Allingham <don@gramps-project.org>
|
||||
* src/ReportOptions.py: fix inheritence
|
||||
|
||||
2005-12-01 Don Allingham <don@gramps-project.org>
|
||||
* various: pychecker fixes
|
||||
* src/DateParser.py: properly call the date checking routine
|
||||
|
@ -495,7 +495,13 @@ class ReportOptions(Options.Options):
|
||||
Initializes the class, performing usual house-keeping tasks.
|
||||
Subclasses MUST call this in their __init__() method.
|
||||
"""
|
||||
Options.Options.__init__(self,name,person_id)
|
||||
|
||||
self.set_new_options()
|
||||
self.enable_options()
|
||||
|
||||
if self.enable_dict:
|
||||
self.options_dict.update(self.enable_dict)
|
||||
self.handler = OptionHandler(name,self.options_dict,person_id)
|
||||
|
||||
def make_default_style(self,default_style):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user