Date: Wed, 21 Feb 2007 16:57:34 -0500 From: David Hampton <gnucash@love2code.net> To: Bill Nottingham <notting@redhat.com> Cc: gnome@FreeBSD.org, David Hampton <gnucash@love2code.net>, gnucash-devel@gnucash.org, obrien@NUXI.com Subject: Re: gnucash patch Message-ID: <1172095054.10607.66.camel@hampton-pc.dhampton.net> In-Reply-To: <20070221213705.GA14073@nostromo.devel.redhat.com> References: <20070218163629.b861700d.ota@j.email.ne.jp> <20070221011853.6f32b0be.ota@j.email.ne.jp> <20070221213705.GA14073@nostromo.devel.redhat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2007-02-21 at 16:37 -0500, Bill Nottingham wrote: > Yoshihiro Ota (ota@j.email.ne.jp) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1172095054.10607.66.camel>