From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev-return-3545-arch-gentoo-dev=gentoo.org@gentoo.org>
Received: (qmail 13008 invoked by uid 1002); 2 Jun 2003 18:30:40 -0000
Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm
Precedence: bulk
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Help: <mailto:gentoo-dev-help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev-unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-dev-subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@gentoo.org
Received: (qmail 23217 invoked from network); 2 Jun 2003 18:30:40 -0000
Message-ID: <007d01c32935$2c700450$1b2a10ac@victoria>
From: "Tobias J. Schwinger" <schwinger@klest.de>
To: <gentoo-dev@gentoo.org>
Date: Mon, 2 Jun 2003 20:31:19 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0076_01C32945.ECAA4590"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Subject: [gentoo-dev] typo in sawfish-2.0 source
X-Archives-Salt: 6e7e29ad-40c7-4212-afed-d8a2a8fc8790
X-Archives-Hash: 7367a8ac381e79e066b65513a8451813

------=_NextPart_000_0076_01C32945.ECAA4590
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

sawfish-2.0 didn't want to compile on my configuration.

i found a typo in gtk_style.c line 100:

98:  /* If GTK_MINOR_VERSION is not set 2 we are using gtk+ 1.3.x or 2.0
99:     so these two members are no more */
100: #if (GTK_MINOR_VERSION =3D=3D 0)

i believe the author meant:

100: #if (GTK_MINOR_VERSION !=3D 0)


i changed it and it compiled just fine

------=_NextPart_000_0076_01C32945.ECAA4590
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>sawfish-2.0 didn't want to compile on =
my=20
configuration.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>i found a typo in gtk_style.c line=20
100:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>98:&nbsp; /* If GTK_MINOR_VERSION is =
not set 2 we=20
are using gtk+ 1.3.x or 2.0</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2>99:&nbsp;&nbsp;&nbsp;&nbsp; so these =
two members=20
are no more */</FONT></DIV>
<DIV><FONT face=3DCourier color=3D#ff0000 size=3D2>100: #if =
(GTK_MINOR_VERSION =3D=3D=20
0)</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>i believe&nbsp;the author =
meant:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DCourier size=3D2>100: #if (GTK_MINOR_VERSION !=3D =
0)</FONT></DIV>
<DIV><FONT face=3DCourier></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>i changed it and it compiled just fine</DIV>
<DIV>&nbsp;</DIV></FONT></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0076_01C32945.ECAA4590--