More refactoring in the report system. More reports use MenuOptions now. BareReportDialog no longer has "center person".
svn: r9714
This commit is contained in:
@@ -144,12 +144,8 @@ class SimpleBookTitleOptions(ReportOptions):
|
||||
"0 (to fit the page)."],
|
||||
False),
|
||||
}
|
||||
|
||||
def do_nothing(self):
|
||||
pass
|
||||
|
||||
def add_user_options(self,dialog):
|
||||
dialog.setup_center_person = self.do_nothing #Disable center person
|
||||
dialog.notebook = gtk.Notebook()
|
||||
dialog.notebook.set_border_width(6)
|
||||
dialog.window.vbox.add(dialog.notebook)
|
||||
|
||||
Reference in New Issue
Block a user