0002957: Crash when displaying the configuration of a book created with Gramps 3.0.x
svn: r12841
This commit is contained in:
parent
d2ad12a90a
commit
7f4732714b
@ -814,5 +814,6 @@ class MenuReportOptions(GuiMenuOptions, ReportOptions):
|
|||||||
# properly.
|
# properly.
|
||||||
for optname in self.options_dict:
|
for optname in self.options_dict:
|
||||||
menu_option = self.menu.get_option_by_name(optname)
|
menu_option = self.menu.get_option_by_name(optname)
|
||||||
menu_option.set_value(self.options_dict[optname])
|
if menu_option:
|
||||||
|
menu_option.set_value(self.options_dict[optname])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user