9632: Gramps 5.0.0 crashes when I select a report 'Open with default viewer'
This commit is contained in:
parent
7b3d7f263a
commit
ed4c9fa148
@ -707,7 +707,7 @@ def report(dbstate, uistate, person, report_class, options_class,
|
|||||||
dialog.open_with_app.get_property('sensitive') == True
|
dialog.open_with_app.get_property('sensitive') == True
|
||||||
and dialog.open_with_app.get_active()):
|
and dialog.open_with_app.get_active()):
|
||||||
out_file = dialog.options.get_output()
|
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:
|
except FilterError as msg:
|
||||||
(msg1, msg2) = msg.messages()
|
(msg1, msg2) = msg.messages()
|
||||||
|
Loading…
Reference in New Issue
Block a user