gnucash/gnucash-no-gtk_html_print.patch

14 lines
410 B
Diff

Ugly hack. gtk_html_print() is no more implemented! Remove this patch ASAP!
================================================================================
--- src/gnome-utils/gnc-html.c
+++ src/gnome-utils/gnc-html.c
@@ -1325,7 +1325,7 @@
return;
}
- gtk_html_print(GTK_HTML(html->html), ps->context);
+ gtk_html_print_page(GTK_HTML(html->html), ps->context);
gnc_print_session_done(ps);
}