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