9632: Gramps 5.0.0 crashes when I select a report 'Open with default viewer'

This commit is contained in:
Doug Blank 2016-08-14 08:12:21 -04:00
parent 7b3d7f263a
commit ed4c9fa148

View File

@ -707,7 +707,7 @@ def report(dbstate, uistate, person, report_class, options_class,
dialog.open_with_app.get_property('sensitive') == True
and dialog.open_with_app.get_active()):
out_file = dialog.options.get_output()
open_file_with_default_application(out_file, self.uistate)
open_file_with_default_application(out_file, uistate)
except FilterError as msg:
(msg1, msg2) = msg.messages()