Fix of issue 4806, header value not translated.

svn: r17043
This commit is contained in:
Peter Landgren 2011-04-05 11:55:09 +00:00
parent 17eacf43f9
commit b02214155a

View File

@ -703,7 +703,7 @@ def report(dbstate, uistate, person, report_class, options_class,
# bar. So the progress bar should not be used. # bar. So the progress bar should not be used.
do_report() do_report()
else: else:
_run_long_process_in_thread(do_report, dialog.raw_name) _run_long_process_in_thread(do_report, dialog.report_name)
if dialog.open_with_app.get_active(): if dialog.open_with_app.get_active():
out_file = dialog.options.get_output() out_file = dialog.options.get_output()