From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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" To: 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
sawfish-2.0 didn't want to compile on = my=20 configuration.
 
i found a typo in gtk_style.c line=20 100:
 
98:  /* If GTK_MINOR_VERSION is = not set 2 we=20 are using gtk+ 1.3.x or 2.0
99:     so these = two members=20 are no more */
100: #if = (GTK_MINOR_VERSION =3D=3D=20 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--