From 170651602c7844de256b4b05008d7edad431163a Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 1 Jun 2019 12:55:50 -0700 Subject: [PATCH] Restore WEBKIT1 function call, removed by mistake. --- gnucash/report/report-gnome/gnc-plugin-page-report.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnucash/report/report-gnome/gnc-plugin-page-report.c b/gnucash/report/report-gnome/gnc-plugin-page-report.c index 5140a99bfd..6c1ede21a1 100644 --- a/gnucash/report/report-gnome/gnc-plugin-page-report.c +++ b/gnucash/report/report-gnome/gnc-plugin-page-report.c @@ -1866,9 +1866,11 @@ gnc_plugin_page_report_print_cb( GtkAction *action, GncPluginPageReport *report //g_warning("Setting job name=%s", job_name); - +#ifdef WEBKIT1 + gnc_html_print (priv->html, job_name, FALSE); +#else gnc_html_print (priv->html, job_name); - +#endif g_free (job_name); }