[Gtk-sharp-list] libgnomeprintui is targeting the wrong library
Martin Willemoes Hansen
mwh@sysrq.dk
Thu, 25 Sep 2003 11:25:56 +0200
--=-pBP1thrfWPWQY3s76jvq
Content-Type: multipart/alternative; boundary="=-rTzkccdgAeBoDsc8bkXl"
--=-rTzkccdgAeBoDsc8bkXl
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi!
I made a little patch which fixes the in subject mentioned problem.
Okay to commit?
--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh@sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------
--=-rTzkccdgAeBoDsc8bkXl
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
Hi!<BR>
<BR>
I made a little patch which fixes the in subject mentioned problem.<BR>
<BR>
Okay to commit?<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh@sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--=-rTzkccdgAeBoDsc8bkXl--
--=-pBP1thrfWPWQY3s76jvq
Content-Disposition: attachment; filename=wrong_library.diff
Content-Type: text/x-patch; name=wrong_library.diff; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
? wrong_library.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/public/gtk-sharp/ChangeLog,v
retrieving revision 1.475
diff -u -r1.475 ChangeLog
--- ChangeLog 24 Sep 2003 01:36:35 -0000 1.475
+++ ChangeLog 25 Sep 2003 09:37:52 -0000
@@ -1,3 +1,8 @@
+2003-09-25 Martin Willemoes Hansen <mwh@sysrq.dk>
+
+ * sources/gtk-sharp.sources: Fixed, wrong library used for libgnomeprintui
+ * api/gnome-api.xml: Ditto
+
2003-09-23 John Luke <jluke@cfl.rr.com>
* README:
Index: api/gnome-api.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/api/gnome-api.xml,v
retrieving revision 1.13
diff -u -r1.13 gnome-api.xml
--- api/gnome-api.xml 16 Sep 2003 18:07:38 -0000 1.13
+++ api/gnome-api.xml 25 Sep 2003 09:37:56 -0000
@@ -6258,7 +6258,7 @@
</method>
</class>
</namespace>
- <namespace name="Gnome" library="gnomeprint-2-2">
+ <namespace name="Gnome" library="gnomeprintui-2-2">
<enum name="PrintRangeType" cname="GnomePrintRangeType" type="enum">
<member cname="GNOME_PRINT_RANGETYPE_NONE" name="None"/>
<member cname="GNOME_PRINT_RANGETYPE_CUSTOM" name="Custom"/>
@@ -6578,7 +6578,7 @@
</object>
<struct name="CanvasHacktextPriv" cname="GnomeCanvasHacktextPriv" opaque="true"/>
</namespace>
- <namespace name="Gnome" library="gnomeprint-2.2">
+ <namespace name="Gnome" library="gnomeprintui-2.2">
<object name="GPAOptionMenu" cname="GPAOptionMenu" parent="GPAWidget">
<field cname="menu" type="GtkWidget*"/>
<field cname="node" type="GPANode*"/>
Index: sources/gtk-sharp.sources
===================================================================
RCS file: /cvs/public/gtk-sharp/sources/gtk-sharp.sources,v
retrieving revision 1.21
diff -u -r1.21 gtk-sharp.sources
--- sources/gtk-sharp.sources 16 Sep 2003 18:07:39 -0000 1.21
+++ sources/gtk-sharp.sources 25 Sep 2003 09:38:00 -0000
@@ -7,8 +7,8 @@
libgnomecanvas-2.2.1/libgnomecanvas Gnome gnomecanvas-2
libgnomeui-2.2.2/libgnomeui Gnome gnomeui-2
libgnomeprint-2.2.1.3/libgnomeprint Gnome gnomeprint-2-2
-libgnomeprintui-2.2.1.3/libgnomeprintui Gnome gnomeprint-2-2
-libgnomeprintui-2.2.1.3/libgnomeprintui/gpaui Gnome gnomeprint-2.2
+libgnomeprintui-2.2.1.3/libgnomeprintui Gnome gnomeprintui-2-2
+libgnomeprintui-2.2.1.3/libgnomeprintui/gpaui Gnome gnomeprintui-2.2
gtkhtml-3.0.8/src Gtk gtkhtml-3.0
libglade-2.0.0/glade Glade libglade-2.0-0.dll
libart_lgpl-2.3.10 Art art_lgpl
--=-pBP1thrfWPWQY3s76jvq--