On Wed, 2007-02-21 at 16:37 -0500, Bill Nottingham wrote: > Yoshihiro Ota ([EMAIL PROTECTED]) said: > > +--- src/gnome-utils/gnc-html.c.orig Tue Feb 20 23:18:48 2007 > > ++++ src/gnome-utils/gnc-html.c Tue Feb 20 23:18:38 2007 > > +@@ -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); > > + } > > + > > It's nowhere near that simple. ps->context in gtk_html_print_page (for > new gtkhtml3) is a GtkPrintContext, not a GnomePrintContext. I strongly > supsect that making this change may make it build/link, but then all the > print-session.c gnome_print_* calls will blow up spectacularly.
So is gtkhtml3 in the middle of a conversion from GnomePrint to GtkPrint and they just haven't bumped the .so version yet? David _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
