Bug 794941 - Both print icons export to pdf

This affects only Windows and OS X gnucash users. On linux we use
webkit2 for our report handling which has the opposite issue, namely
that both buttons will open the print dialog and it's no longer possible
to effectively export directly to pdf (though one can choose print to file
in the print dialog as a work around). This inverse issue is tracked separately in
https://bugzilla.gnome.org/show_bug.cgi?id=787018
pull/342/head
Geert Janssens 8 years ago
parent d0fca7794e
commit bc5f86ff92

@ -1891,7 +1891,7 @@ 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, TRUE);
gnc_html_print (priv->html, job_name, FALSE);
#else
gnc_html_print (priv->html);
#endif

Loading…
Cancel
Save