[Gtk-sharp-list] [PATCH] use gtkhtml-3.1
Mike Kestner
mkestner@ximian.com
Sat, 28 Feb 2004 00:16:38 -0600
On Fri, 2004-02-27 at 18:34, Trent Lloyd wrote:
> small patch to use gtkhtml-3.1, nothing specy just modified the
> configure.in, it seems to compile and work fine.
from gtkhtml/generated/HTML.cs:
[DllImport("gtkhtml-3.0")]
static extern IntPtr gtk_html_new();
There's no way your patch could "work fine". It might compile, but
there's a few more changes that would be required in order for it to
work with 3.1. And those changes won't be acceptable until we move to
the dependency stack of libgtkhtml-3.1, which IIRC is targeted at Gnome
2.6, not our current 2.2.
So at this point, I can't accept even a fully cooked patch to move to
gtkhtml-3.1. 3.0 and 3.1 should be parallel installable, otherwise they
wouldn't have needed to change the library name.
--
Mike Kestner <mkestner@ximian.com>