mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Restore WEBKIT1 function call, removed by mistake.
This commit is contained in:
parent
3a91eedb45
commit
170651602c
@ -1866,9 +1866,11 @@ gnc_plugin_page_report_print_cb( GtkAction *action, GncPluginPageReport *report
|
|||||||
|
|
||||||
//g_warning("Setting job name=%s", job_name);
|
//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);
|
gnc_html_print (priv->html, job_name);
|
||||||
|
#endif
|
||||||
|
|
||||||
g_free (job_name);
|
g_free (job_name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user