From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 21 22:24:16 2007 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE32716A402 for ; Wed, 21 Feb 2007 22:24:16 +0000 (UTC) (envelope-from gnucash@love2code.net) Received: from lucky.cirtexhosting.com (lucky.cirtexhosting.com [66.90.101.121]) by mx1.freebsd.org (Postfix) with ESMTP id B987813C47E for ; Wed, 21 Feb 2007 22:24:16 +0000 (UTC) (envelope-from gnucash@love2code.net) Received: from cpe-66-108-74-14.nyc.res.rr.com ([66.108.74.14] helo=[192.168.1.10]) by lucky.cirtexhosting.com with esmtpa (Exim 4.63) (envelope-from ) id 1HJzSz-0003ky-19; Wed, 21 Feb 2007 16:57:38 -0500 From: David Hampton To: Bill Nottingham 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> Content-Type: text/plain Date: Wed, 21 Feb 2007 16:57:34 -0500 Message-Id: <1172095054.10607.66.camel@hampton-pc.dhampton.net> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - lucky.cirtexhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - love2code.net X-Source: X-Source-Args: X-Source-Dir: Cc: gnome@FreeBSD.org, David Hampton , gnucash-devel@gnucash.org, obrien@NUXI.com Subject: Re: gnucash patch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 22:24:17 -0000 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